We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163a7ed commit 56f6449Copy full SHA for 56f6449
app.js
@@ -7,12 +7,6 @@ var pty = require('pty.js');
7
var fs = require('fs');
8
var waitpid = require('waitpid');
9
10
-process.on('SIGCHLD', function(args){
11
- console.error((new Date()) + " Got SIGCHLD: waiting for child process to terminate ... ")
12
- waitpid(-1);
13
- console.error((new Date()) + " Child processed ended")
14
-});
15
-
16
var opts = require('optimist')
17
.options({
18
sslkey: {
0 commit comments