Skip to content

Commit 9468cc5

Browse files
authored
fix: minor catch typo (#428)
1 parent cecec39 commit 9468cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/usage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const reportUsage = (usageParams: ReportUsageParams[]) => {
164164
service: "worker",
165165
level: "error",
166166
message: `Error:`,
167-
error,
167+
error: e,
168168
});
169169
}
170170
});

0 commit comments

Comments
 (0)