Skip to content

Commit

Permalink
use console log for full result
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Feb 24, 2024
1 parent be17848 commit 5b46763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/src/worker/outputSubmitter/outputSubmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class OutputSubmitter {
);
await delay(INTERVAL_OUTPUT);
} else {
logger.info(err);
console.log(err);
this.stop();
}
}
Expand Down

0 comments on commit 5b46763

Please sign in to comment.