fix automatic restart on error

This commit is contained in:
schlagmichdoch 2022-12-30 17:31:52 +01:00
parent b691af71c0
commit b242a5fd01

View file

@ -1,4 +1,5 @@
var process = require('process')
var {spawn} = require('child_process')
var net = require('net')
// Handle SIGINT
process.on('SIGINT', () => {