From a031f986407f881e3c56d57cedefafdcca91c697 Mon Sep 17 00:00:00 2001 From: fregante Date: Fri, 3 Jan 2025 22:36:00 +0100 Subject: [PATCH] Revert "Remove JSON.stringify from usage" (#99) This reverts commit a2df3aeea73e39482eeb7d2fe445ac7120231593. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e170e7e..e574422 100644 --- a/readme.md +++ b/readme.md @@ -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