chore: bump node to v16.4.0 (main) (#29699)

This commit is contained in:
electron-roller[bot] 2021-06-28 18:05:38 +02:00 committed by GitHub
parent da2baabb96
commit e4807ac020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 191 additions and 596 deletions

View file

@ -6,7 +6,7 @@ Subject: feat: initialize asar support
This patch initializes asar support in Node.js.
diff --git a/lib/internal/bootstrap/pre_execution.js b/lib/internal/bootstrap/pre_execution.js
index e52da0868e1ad2df0a23138a4a8d8d2a3d677fab..4e6765de3b1668740c318310147625d795c7a18d 100644
index 83ccfe90c110657f54e068d522c3a75c7f19c75a..f7e9ffa74a4f19caa96680b3c955937f7ab31ea0 100644
--- a/lib/internal/bootstrap/pre_execution.js
+++ b/lib/internal/bootstrap/pre_execution.js
@@ -74,6 +74,7 @@ function prepareMainThreadExecution(expandArgv1 = false) {
@ -17,7 +17,7 @@ index e52da0868e1ad2df0a23138a4a8d8d2a3d677fab..4e6765de3b1668740c318310147625d7
}
function patchProcessObject(expandArgv1) {
@@ -457,6 +458,10 @@ function loadPreloadModules() {
@@ -469,6 +470,10 @@ function loadPreloadModules() {
}
}