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 problem is that fork() spawns node, which works. The child process throws an exception when it tries to require() the module that does not exist. The child process exits with a non-zero status code.
Unlike
spawn
infork
onerror
is not executed.The text was updated successfully, but these errors were encountered: