Skip to content

Commit 476ef54

Browse files
committed
chore: format
1 parent 9b04362 commit 476ef54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ cli
9898
}
9999

100100
if (options['--']) {
101-
process.env.ELECTRON_CLI_ARGS = JSON.stringify(options['--']);
101+
process.env.ELECTRON_CLI_ARGS = JSON.stringify(options['--'])
102102
}
103103

104104
if (options.entry) {
@@ -156,7 +156,7 @@ cli
156156
}
157157

158158
if (options['--']) {
159-
process.env.ELECTRON_CLI_ARGS = JSON.stringify(options['--']);
159+
process.env.ELECTRON_CLI_ARGS = JSON.stringify(options['--'])
160160
}
161161

162162
try {

0 commit comments

Comments
 (0)