typo
This commit is contained in:
+1
-2
@@ -32,7 +32,7 @@ function wrapNode(path) {
|
||||
var nodePath = path + '/src/node.js',
|
||||
content = fs.readFileSync(nodePath,'utf8');
|
||||
|
||||
content = content.replace(/\(function\(process\) \{/,'function(process){ \n process._eval = require("nexe"); ');
|
||||
content = content.replace(/\(function\(process\) \{/,'(function(process){ \n process._eval = require("nexe"); ');
|
||||
|
||||
fs.writeFileSync(nodePath, content);
|
||||
}
|
||||
@@ -196,7 +196,6 @@ exports.compile = function(ops, callback) {
|
||||
|
||||
});
|
||||
|
||||
console.log('Making nexe.js');
|
||||
|
||||
//combine the JS
|
||||
sardines.package({ input: entries, include: include, output: node.libDir + '/nexe.js' }, function(err) {
|
||||
|
||||
Reference in New Issue
Block a user