Skip to content

Commit 36bbbdb

Browse files
committed
log all messages
1 parent 0614d40 commit 36bbbdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/after.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ client.on('data', function (msg) {
1919

2020
// Use ports for inter-process communication.
2121
app.ports.elmTestPort__send.subscribe(function (msg) {
22+
console.log('MSG', msg);
2223
// We split incoming messages on the socket on newlines. The gist is that node
2324
// is rather unpredictable in whether or not a single `write` will result in a
2425
// single `on('data')` callback. Sometimes it does, sometimes multiple writes

0 commit comments

Comments
 (0)