denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3k stars 598 forks source link

refactor(fs): align additional error messages #5802

Closed irbull closed 2 weeks ago

irbull commented 2 weeks ago

Aligns the error messages in the fs folder to match the style guide.

https://github.com/denoland/std/issues/5574

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.24%. Comparing base (95d7b43) to head (923c0d3). Report is 20 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5802 +/- ## ========================================== + Coverage 96.22% 96.24% +0.01% ========================================== Files 481 481 Lines 38766 38772 +6 Branches 5616 5616 ========================================== + Hits 37303 37315 +12 + Misses 1422 1416 -6 Partials 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.