This commit is contained in:
cilame 2021-11-20 21:27:01 +08:00
parent 1a6c7fb0cb
commit b8ff0d979a

View File

@ -32529,6 +32529,7 @@ function CallToStr(path) {
var key = prop.key.value
if(t.isFunctionExpression(prop.value)) {
var retStmt = prop.value.body.body[0];
if (typeof retStmt == 'undefined') return;
if (t.isBinaryExpression(retStmt.argument)) {
var repfunc = function(_path, args){
if (args.length == 2){