diff --git a/index.js b/index.js index 84955fb..f197c66 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,5 @@ var process = require('process') +var {spawn} = require('child_process') var net = require('net') // Handle SIGINT process.on('SIGINT', () => {