Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dc55621

Browse files
committed
Fix duplicate error cause logging with CLI
1 parent b5bb707 commit dc55621

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/miniflare/src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ async function main() {
9797
await mf.startScheduler();
9898
} catch (e: any) {
9999
mf.log.error(e);
100-
if (e.cause) mf.log.error(e.cause);
101100
process.exitCode = 1;
102101
// Unmount any mounted workers
103102
await mf.dispose();

0 commit comments

Comments
 (0)