mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
fix: deinit platform before resetting node env (#23116)
This commit is contained in:
@@ -507,8 +507,8 @@ void ElectronBrowserMainParts::PostMainMessageLoopRun() {
|
||||
// Destroy node platform after all destructors_ are executed, as they may
|
||||
// invoke Node/V8 APIs inside them.
|
||||
node_debugger_->Stop();
|
||||
node_env_.reset();
|
||||
js_env_->OnMessageLoopDestroying();
|
||||
node_env_.reset();
|
||||
|
||||
fake_browser_process_->PostMainMessageLoopRun();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user