Skip to content

Commit

Permalink
chomp
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Aug 19, 2014
1 parent e480271 commit 3859907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function createStream(opts, callback) {
});
} else {
require('child_process').exec(GET_SOCKET_PATH_CMD, function(err, path) {
path = path.replace('\n', '');
if (err)
return callback(err);
createStream({path: path}, callback);
Expand Down

0 comments on commit 3859907

Please sign in to comment.