We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27f8ba commit e25afc3Copy full SHA for e25afc3
src/node.js
@@ -82,12 +82,12 @@ node.Module.prototype.load = function (callback) {
82
self.target.__include = function (path) { self.newChild(path, self.target); };
83
84
// create wrapper function
85
- var wrapper = "function (__filename) {\n"+
86
- " var onLoad;\n"+
87
- " var onExit;\n"+
88
- " var exports = this;\n"+
89
- " var require = this.__require;\n"+
90
- " var include = this.__include;\n"+
+ var wrapper = "function (__filename) { "+
+ " var onLoad; "+
+ " var onExit; "+
+ " var exports = this; "+
+ " var require = this.__require; "+
+ " var include = this.__include; "+
91
content+
92
"\n"+
93
" this.__onLoad = onLoad;\n"+
0 commit comments