Skip to content

Commit

Permalink
eventstream-router: fix file reference in check.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 26, 2024
1 parent e507831 commit a173384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eventstream-router/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const streamJobs = {
'stream': '~/SDZeroBot/eventstream-router'
};

process.chdir(__dirname);

for (const [job, dir] of Object.entries(streamJobs)) {

const tail = execSync(`tail -100 ${mapPath(`~/${job}.out`)}`).toString();
Expand Down

0 comments on commit a173384

Please sign in to comment.