Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Jul 25, 2024
1 parent d5bd5fc commit 281173f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const { connect } = require('net');
} catch (err) {
result = { message: err.message, stack: err.stack, ...err };
}
console.error({ result, readyToExecute });
socket.write(JSON.stringify(result) + '\0');
}
}
Expand Down

0 comments on commit 281173f

Please sign in to comment.