We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d3038 commit c704c8eCopy full SHA for c704c8e
app/main.ls
@@ -36,6 +36,8 @@ create-watcher = (target, dir) ->
36
console.log "[#dir] message " it
37
child.on \exit ->
38
console.log "[#dir] exit #it"
39
+ child.stdout.on \data ->
40
+ console.log "[#dir] out #it"
41
child.send {target, dir}
42
folders-info[dir] = {child}
43
0 commit comments