chore: bump Node.js to v16.2.0 (#29244)
This commit is contained in:
parent
9a7e61cfc0
commit
542abcd6fd
51 changed files with 1829 additions and 1499 deletions
|
@ -113,6 +113,9 @@ void ElectronRendererClient::DidCreateScriptContext(
|
|||
// any non-context aware native module
|
||||
env->set_force_context_aware(true);
|
||||
|
||||
// We do not want to crash the renderer process on unhandled rejections.
|
||||
env->set_unhandled_rejections_mode("warn");
|
||||
|
||||
environments_.insert(env);
|
||||
|
||||
// Add Electron extended APIs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue