diff --git a/dist/index.js b/dist/index.js index 18e41119..f68cb6cb 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 2b4f6d4e..6d4cae30 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/remote-client/index.ts b/src/model/cloud-runner/remote-client/index.ts index 48ca13f8..94103019 100644 --- a/src/model/cloud-runner/remote-client/index.ts +++ b/src/model/cloud-runner/remote-client/index.ts @@ -44,7 +44,7 @@ export class RemoteClient { } }); - process.stdin.on('end', function () { + process.stdin.on('end', () => { fs.appendFileSync(logFile, lingeringLine); }); }