Skip to content

Commit

Permalink
do not emit the process exit event fix #566
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Dec 20, 2021
1 parent 2bd900e commit 2043cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/native_src/Src/JSEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ namespace puerts
}

#if WITH_NODEJS
node::EmitExit(NodeEnv);
// node::EmitExit(NodeEnv);
node::Stop(NodeEnv);
node::FreeEnvironment(NodeEnv);
node::FreeIsolateData(NodeIsolateData);
Expand Down

0 comments on commit 2043cb0

Please sign in to comment.