Skip to content

Commit

Permalink
spawn events not firing?
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcampbell committed Jan 23, 2021
1 parent 5cbef0b commit 516047c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions desktop-app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ ipcMain.handle('cmd', (evt: IpcMainInvokeEvent, cmdJson: string) => {
});
console.log('starting cmd', cmd, args, cwd);
child.on('close', () => resolve());
child.on('error', () => resolve());
child.on('exit', () => resolve());
});
});
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Reccordion

0 comments on commit 516047c

Please sign in to comment.