-
Notifications
You must be signed in to change notification settings - Fork 23
feat(ChildProcessStream): capture exit code on exit #58
base: master
Are you sure you want to change the base?
Conversation
I somehow can't run the tests locally though/ |
I ran the tests, but for some reason I can't make it work ? |
do you mean , the test fails? |
Should be all good now. |
So, this does not work (again), and this time I really don't know why. |
end) | ||
|
||
it("can can capture signal", function() | ||
session:close "kill" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is uv.run() needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test does not pass for now, but it was needed in the exit code test.
Related/duplicate: #44 |
As discussed here.
cc @justinmk