diff --git a/tools/start.js b/tools/start.js index e48c89c6b9..f7583187e2 100644 --- a/tools/start.js +++ b/tools/start.js @@ -7,7 +7,7 @@ const options = { stdio: 'inherit', shell: true } -const muon = spawn('electron', [path.join(__dirname, '..')].concat(process.argv.slice(2)), options) +const muon = spawn('electron', [`"${path.join(__dirname, '..')}"`].concat(process.argv.slice(2)), options) muon.on('error', (err) => { console.error(`could not start muon ${err}`)