Skip to content

Commit c4ef7c0

Browse files
committed
typo fixed
1 parent a0270d3 commit c4ef7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elmahio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
objEntries.push({ key: key, value: value });
10441044
}
10451045
if (typeof value === "bigint") {
1046-
objEntries.push({ key: key, value: error.cause.toString() + "n" });
1046+
objEntries.push({ key: key, value: value.toString() + "n" });
10471047
}
10481048
if (typeof value === "symbol") {
10491049
objEntries.push({ key: key, value: value.toString() });

0 commit comments

Comments
 (0)