fixed console logging on windows devices. #1
@ -61,8 +61,8 @@ export class LogReader {
|
||||
})
|
||||
|
||||
stream.on('data', (data) => {
|
||||
process.stdout.write('\r' + `[${filename}]\n${data}`)
|
||||
process.stdout.write('\n> ')
|
||||
console.log(`[${filename}]`);
|
||||
console.log(data.toString()); //
|
||||
})
|
||||
|
||||
currentPosition = newPosition
|
||||
|
Loading…
x
Reference in New Issue
Block a user