Update app.js

This commit is contained in:
Namhyeon Go 2020-07-22 10:05:21 +09:00
parent e62e116e94
commit 9577ddd22c

2
app.js
View File

@ -101,7 +101,7 @@ function require(FN) {
// make global function
FSO = null;
T = "(function(global,module){return (function(exports){\n" + T + "\nreturn exports;})(module.exports);})(this,{exports:{}});\n\n////@ sourceURL=" + FN;
T = "(function(global,module){return (function(exports){\n" + '"use strict";' + T + "\nreturn exports;})(module.exports);})(this,{exports:{}});\n\n////@ sourceURL=" + FN;
try {
cache[FN] = eval(T);
} catch (e) {