minor comsetic logging fix. vbump to v0.4.1
This commit is contained in:
+1
-4
@@ -557,8 +557,7 @@ function _monkeyPatchMainCc(compiler, complete) {
|
||||
|
||||
if(endLine !== -1) { // check if it succedded or not.
|
||||
lines[endLine] = ' option_end_index = 1;';
|
||||
} else {
|
||||
_log("not a version of node before 0.11.6");
|
||||
_log("patched node.cc")
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -576,8 +575,6 @@ function _monkeyPatchMainCc(compiler, complete) {
|
||||
lines[i] = undefined; // set the value to undefined so it's skipped by the join
|
||||
}
|
||||
_log('patched node.cc');
|
||||
} else {
|
||||
_log("skipping node.cc override -- already been done.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"name": "nexe",
|
||||
"description": "create single executables out of your [node/io].js applications",
|
||||
"license": "MIT",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Criag Condon",
|
||||
|
||||
Reference in New Issue
Block a user