Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
fix ipcpath bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Jul 9, 2016
1 parent d8b0bfe commit 83b87bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ for (let optIdx in argv) {

// some options are shared
if (argv.ipcpath) {
argv.nodeOptions.push('--ipcpcath', argv.ipcpath);
argv.nodeOptions.push('--ipcpath', argv.ipcpath);
}


Expand Down

0 comments on commit 83b87bf

Please sign in to comment.