mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update app.js
This commit is contained in:
parent
c126db5700
commit
f3e91928dd
10
app.js
10
app.js
|
@ -200,11 +200,11 @@ function require(FN) {
|
|||
}
|
||||
|
||||
// make function
|
||||
T = "(function(global){var module=new ModuleObject();return(function(exports,require,module,__filename,__dirname){"
|
||||
+ '"use strict";'
|
||||
+ T
|
||||
+ "\n\nreturn module.exports})(module.exports,global.require,module,__filename,__dirname)})(global);\n\n////@ sourceURL="
|
||||
+ FN;
|
||||
T = "(function(global){var module=new ModuleObject();return(function(exports,require,module,__filename,__dirname){"
|
||||
+ '"use strict";'
|
||||
+ T
|
||||
+ "\n\nreturn module.exports})(module.exports,global.require,module,__filename,__dirname)})(global);\n\n////@ sourceURL="
|
||||
+ FN;
|
||||
|
||||
// execute function
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user