mirror of
https://github.com/xnite/MCSeeker.git
synced 2026-05-02 12:54:50 -07:00
normalize?
This commit is contained in:
@@ -162,12 +162,12 @@ scan.on('result', function(data){
|
||||
default:
|
||||
break;
|
||||
}
|
||||
outStream.write( line + "\n");
|
||||
outStream.write(line.toString().normalize() + "\n");
|
||||
}).catch(function(err){
|
||||
console.log(err);
|
||||
});
|
||||
} else {
|
||||
outStream.write( line);
|
||||
outStream.write(line);
|
||||
}
|
||||
}
|
||||
if(!process.params['quiet'])
|
||||
|
||||
Reference in New Issue
Block a user