Skip to content

Commit 2f8f010

Browse files
committed
shell: first param is the config
1 parent 71fd42d commit 2f8f010

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

background-process.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Client(config.keys, config, (err, server) => {
1313
if (err) {
1414
console.warn('client connection failed:', err)
1515
console.log('> starting scuttle-shell')
16-
scuttleshell.start((startErr) => {
16+
scuttleshell.start({}, (startErr) => {
17+
console.log('start done!', startErr)
1718
if (startErr) {
18-
console.error('failed to start scuttle-shell:', err)
19+
console.error('failed to start scuttle-shell:', startErr)
1920
} else {
2021
electron.ipcRenderer.send('server-started')
2122
}

0 commit comments

Comments
 (0)