We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b04362 commit 476ef54Copy full SHA for 476ef54
src/cli.ts
@@ -98,7 +98,7 @@ cli
98
}
99
100
if (options['--']) {
101
- process.env.ELECTRON_CLI_ARGS = JSON.stringify(options['--']);
+ process.env.ELECTRON_CLI_ARGS = JSON.stringify(options['--'])
102
103
104
if (options.entry) {
@@ -156,7 +156,7 @@ cli
156
157
158
159
160
161
162
try {
0 commit comments