Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Jun 3, 2024
2 parents d7aa016 + 2a2f423 commit 18f6dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ program
CRON_TIME = options.cronTime;
DEBUG = options.debug;

await main(options.benchmarks).catch((e) => {
await main(options.benchmark).catch((e) => {
console.error("Benchmark scheduler failed:", e);
process.exit(1);
});
Expand Down

0 comments on commit 18f6dfb

Please sign in to comment.