You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script doesn't exit automatically like it should when waitpid has been used. Commenting out the line that waits causes the script to run for 1 second then quit, as expected. With waitpid, however, the script just keeps running.
The script doesn't exit automatically like it should when waitpid has been used. Commenting out the line that waits causes the script to run for 1 second then quit, as expected. With waitpid, however, the script just keeps running.
Tested with Node.js v0.10.4 on OS X and v0.10.7 on Debian 6.
The text was updated successfully, but these errors were encountered: