aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update-electron-vendors.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-electron-vendors.js')
-rw-r--r--scripts/update-electron-vendors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-electron-vendors.js b/scripts/update-electron-vendors.js
index bdf1d2d..70d3afc 100644
--- a/scripts/update-electron-vendors.js
+++ b/scripts/update-electron-vendors.js
@@ -16,7 +16,7 @@ const thisDir = fileURLToDirname(import.meta.url);
16 */ 16 */
17function getVendors() { 17function getVendors() {
18 const output = execSync(`${electronPath} -p "JSON.stringify(process.versions)"`, { 18 const output = execSync(`${electronPath} -p "JSON.stringify(process.versions)"`, {
19 env: {'ELECTRON_RUN_AS_NODE': '1'}, 19 env: { 'ELECTRON_RUN_AS_NODE': '1' },
20 encoding: 'utf-8', 20 encoding: 'utf-8',
21 }); 21 });
22 22