1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/ext/node/polyfills/_process
Ian Bull 4431dc8f63
refactor(ext): throw new error instead of throw error (#25272)
To ensure consistency across the codebase, this commit refactors the
code in the `ext` folder to use `throw new Error`` instead of `throw`
for throwing errors.

Fixes https://github.com/denoland/deno/issues/25270
2024-08-29 15:38:02 +02:00
..
exiting.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
process.ts refactor(ext): throw new error instead of throw error (#25272) 2024-08-29 15:38:02 +02:00
streams.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00