Merge pull request 'fixed console logging on windows devices.' (#1) from issue/#307-fix-server-console-logging-on-window-based-devices into main
Reviewed-on: #1
This commit is contained in:
commit
4397552a86
@ -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