stream logs through standard input and new remote client cli command

This commit is contained in:
Frostebite 2023-06-05 20:32:10 +01:00
parent a485fb0315
commit 79ddbbd8b6
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

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