Skip to content

Commit

Permalink
docs(changeset): Completely eradicate the concept of GrafastError, …
Browse files Browse the repository at this point in the history
…instead use `flagError()` around any value to treat that value as an error. No longer performs `instanceof Error` checks to detect errors in returned values.
  • Loading branch information
benjie committed Apr 30, 2024
1 parent 9ba7af2 commit 14e2412
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/seven-steaks-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"grafast": patch
---

Completely eradicate the concept of `GrafastError`, instead use `flagError()`
around any value to treat that value as an error. No longer performs
`instanceof Error` checks to detect errors in returned values.

0 comments on commit 14e2412

Please sign in to comment.