一处变量未使用
This commit is contained in:
parent
2e82eeeb50
commit
3514bfdabe
|
@ -1364,7 +1364,7 @@ export class Get extends Uninstantable {
|
||||||
const str = func.toString();
|
const str = func.toString();
|
||||||
// js内置的函数
|
// js内置的函数
|
||||||
if ((/\{\s*\[native code\]\s*\}/).test(str)) return '_noname_func:function () {}';
|
if ((/\{\s*\[native code\]\s*\}/).test(str)) return '_noname_func:function () {}';
|
||||||
return '_noname_func:' + func.toString();
|
return '_noname_func:' + str;
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue