Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Sep 19, 2024
1 parent 4dadae7 commit 6f65e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-worker/src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import createMockRTE from './mock/runtime-engine';
import createWorker, { ServerOptions } from './server';
import cli from './util/cli';

const args = chali(process.argv);
const args = cli(process.argv);

const logger = createLogger('SRV', { level: args.log });

Expand Down

0 comments on commit 6f65e61

Please sign in to comment.