minor comsetic logging fix. vbump to v0.4.1

This commit is contained in:
Jared Allard
2015-08-09 08:42:18 -07:00
parent 4c88a01003
commit e1b30b86ae
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -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
View File
@@ -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",