Example #1
0
 child.stdout.on('end', function () {
   parser.write('\n')
   if (!sawTests) {
     child.stdout.emit('data', '1..0\n')
   }
   parser.end()
 })
Example #2
0
 stdin.on('end', function () {
   parser.end()
 })