mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Explicitly call process.exit in the node runner to prevent it from hanging
This commit is contained in:
parent
1dce3d0778
commit
c5fd11d7b0
1 changed files with 1 additions and 0 deletions
|
@ -28,4 +28,5 @@
|
|||
this.process = __process__;
|
||||
print(JSON.stringify(['err', '' + err, err.stack]));
|
||||
}
|
||||
__process__.exit(0);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue