mirror of
https://github.com/xnite/MCSeeker.git
synced 2026-05-02 12:54:50 -07:00
bug fix?
This commit is contained in:
@@ -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'])
|
||||||
|
|||||||
Reference in New Issue
Block a user