Skip to content

Commit

Permalink
Revert "Remove JSON.stringify from usage" (#99)
Browse files Browse the repository at this point in the history
This reverts commit a2df3ae.
  • Loading branch information
fregante authored Jan 3, 2025
1 parent a2df3ae commit a031f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Serialize/deserialize an error into a plain object
Useful if you for example need to `process.send()` the error.
Useful if you for example need to `JSON.stringify()` or `process.send()` the error.

## Install

Expand Down

0 comments on commit a031f98

Please sign in to comment.