1
0
Fork 0
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:
Jean Boussier 2021-05-07 11:53:56 +02:00
parent 1dce3d0778
commit c5fd11d7b0

View file

@ -28,4 +28,5 @@
this.process = __process__;
print(JSON.stringify(['err', '' + err, err.stack]));
}
__process__.exit(0);
});