Skip to content

Commit

Permalink
revert adding msg.complete - dumb idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jan 12, 2021
1 parent 7152d02 commit 546a69d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -105,7 +105,6 @@ module.exports = function(RED) {
delete node.activeProcesses[child.pid];
if (child.tout) { clearTimeout(child.tout); }
msg.payload = code;
msg.complete = true;
if (node.oldrc === "false") {
msg.payload = {code:code};
if (signal) { msg.payload.signal = signal; }
Expand Down

0 comments on commit 546a69d

Please sign in to comment.