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 e3ae7a9 commit 1a58d3aCopy full SHA for 1a58d3a
index.js
@@ -222,9 +222,10 @@ module.exports = (api, options) => {
222
options,
223
rendererConfig
224
).then(server => {
225
- console.log('\nLaunching Electron...\n')
+ console.log('\nLaunching Electron...')
226
const child = execa(
227
- `./node_modules/.bin/electron ${outputDir}/background.js`,
+ './node_modules/.bin/electron',
228
+ [`${outputDir}/background.js`],
229
{
230
cwd: api.resolve('.'),
231
stdio: 'inherit',
0 commit comments