ensure process is terminated

pull/984/head
yann300 4 years ago
parent 07064291b3
commit 4b2d2c3cbd
  1. 1
      libs/remixd/src/bin/remixd.ts

@ -80,6 +80,7 @@ function startService<S extends 'git' | 'folder'> (service: S, callback: (ws: WS
console.log(e)
}
}
process.exit(0)
}
process.on('SIGINT', kill) // catch ctrl-c

Loading…
Cancel
Save