You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: implement instanceof
* improve test
* add test
* why not?
* rework test
* log
* normalize Path for macos and win
* try to fix windows run
* simplify
* log more
* use lastIndexOf instead of indexOf to avoid issues in GH Runner with Windows
* hope this fixes it
* log more
* log more
* another try to fix the crossplatform issues
* another try
* ignore the first character of testDirectoryPrefix in hope it fixes the issue
* another try
* modify Readme
* Apply suggestions from code review
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
Signed-off-by: Aras Abbasi <aras.abbasi@googlemail.com>
---------
Signed-off-by: Aras Abbasi <aras.abbasi@googlemail.com>
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
If `fastify-error` is installed multiple times directly or as a transitive dependency, `instanceof` checks for errors created by `createError` will still work correctly across these installations, as long as their error codes (e.g., `FST_ERR_CUSTOM_ERROR`) are identical.
0 commit comments