This commit is contained in:
Rob
2022-03-06 01:52:00 -06:00
parent 2bc8640c0b
commit 1be7bcda44

View File

@@ -168,7 +168,7 @@ scan.on('result', function(data){
console.log(err); console.log(err);
}); });
} else { } else {
outStream.write(line); outStream.write(line + "\n");
} }
} }
if(!process.params['quiet']) if(!process.params['quiet'])