Skip to content

Commit

Permalink
join stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-g committed Nov 14, 2017
1 parent 35d19cd commit 1f1c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ rpc.listen({
});

convProcess.on("exit", (exitCode) => {
resolve({exitCode,stderr:stdErrParts});
resolve({exitCode,stderr:stdErrParts.join("")});
});
});
},
Expand Down

0 comments on commit 1f1c45a

Please sign in to comment.