Results 2 comments of ityuki

I think I've encountered a similar phenomenon, so I'll write it here. The node command does not exit when node-java([email protected]) is used The procedure is as follows 1. create test.js...

Should I create a new issue? After a little code change, I found the following: After removing this line, node exits as expected and returns to the console. https://github.com/joeferner/node-java/blob/master/src/java.cpp#L83 However,...