We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0614d40 commit 36bbbdbCopy full SHA for 36bbbdb
1 file changed
templates/after.js
@@ -19,6 +19,7 @@ client.on('data', function (msg) {
19
20
// Use ports for inter-process communication.
21
app.ports.elmTestPort__send.subscribe(function (msg) {
22
+ console.log('MSG', msg);
23
// We split incoming messages on the socket on newlines. The gist is that node
24
// is rather unpredictable in whether or not a single `write` will result in a
25
// single `on('data')` callback. Sometimes it does, sometimes multiple writes
0 commit comments