Skip to content

Commit

Permalink
Remove ShutdownProcess from napi_destroy_environment
Browse files Browse the repository at this point in the history
Implemented by @jasongin
  • Loading branch information
vmoroz committed Apr 5, 2024
1 parent ebe1c55 commit fc3f0ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node_api_embedding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ napi_status NAPI_CDECL napi_destroy_environment(napi_env env, int* exit_code) {
// and the v8::locker
delete emb_env;

cppgc::ShutdownProcess();

return napi_ok;
}

Expand Down

0 comments on commit fc3f0ad

Please sign in to comment.