Skip to content

Commit

Permalink
minor comsetic logging fix. vbump to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Aug 9, 2015
1 parent 1bf3343 commit 5dc698b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/exe.js
Expand Up @@ -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")
}

/**
Expand All @@ -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.");
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 5dc698b

Please sign in to comment.