stream logs through standard input and new remote client cli command

pull/531/head
Frostebite 2023-06-05 20:32:10 +01:00
parent a485fb0315
commit 79ddbbd8b6
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -4319,7 +4319,7 @@ class RemoteClient {
node_fs_1.default.appendFileSync(logFile, element);
}
});
process.stdin.on('end', function () {
process.stdin.on('end', () => {
node_fs_1.default.appendFileSync(logFile, lingeringLine);
});
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ export class RemoteClient {
}
});
process.stdin.on('end', function () {
process.stdin.on('end', () => {
fs.appendFileSync(logFile, lingeringLine);
});
}