Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Aug 9, 2023
1 parent 9260910 commit 5336425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ type StreamHandlers = Record<string, Promise<void>>;

void (async function main () {
try {
console.log('test');
await client.connect();

const streamHandlers: StreamHandlers = {};
Expand Down

0 comments on commit 5336425

Please sign in to comment.