Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanjassal committed Nov 7, 2024
1 parent 1231c4a commit 6cd312b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ function fromError(error: any) {
case 'bigint':
case 'symbol':
message = `Non-error literal ${String(error)} was thrown`;
break;
case 'object':
// Let the fallback handler catch null values.
if (error == null) break;
Expand Down

0 comments on commit 6cd312b

Please sign in to comment.