Skip to content

Commit

Permalink
Merge pull request #8 from saulshanabrook/patch-1
Browse files Browse the repository at this point in the history
Remove inspect call (fixes #7)
  • Loading branch information
tmcw committed Aug 26, 2015
2 parents ba17f7b + 6526c7f commit 36fc84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter.js
Expand Up @@ -36,7 +36,7 @@ var createStartFn = function(tc, env) {
}

for (var i = index; i < args.length; i++) {
msg += ' ' + inspect(args[i]);
msg += ' ' + args[i];
}

parse_stream.write(msg + '\n');
Expand Down

0 comments on commit 36fc84b

Please sign in to comment.