mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
rog lotate fixes
This commit is contained in:
@@ -383,6 +383,7 @@ function log(text) {
|
||||
}
|
||||
|
||||
function writeInSameLine(text, returnToLineStart) {
|
||||
// TODO: clear line before
|
||||
process.stdout.write(text)
|
||||
if (returnToLineStart) {
|
||||
process.stdout.write('\r')
|
||||
|
Reference in New Issue
Block a user