Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanjassal committed Nov 7, 2024
1 parent 5a4e619 commit e8a90e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ function fromError(error: any) {
}

// If an error is not serialisable (for example, throwing Object.create(null))
// and then trying to serialise it as an error would throw an error.
// then trying to serialise it to a string would throw an error.
let message = '';
try {
message = `Unexpected error occured: ${error}`;
Expand Down

0 comments on commit e8a90e1

Please sign in to comment.