Skip to content

Commit

Permalink
chore: Don't permit editing process._preload_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageHelper committed Aug 27, 2024
1 parent c3edf65 commit 8d5eb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/assertTsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace NodeJS {
interface Process {
_preload_modules: Array<string>;
_preload_modules: ReadonlyArray<string>;
}
}
}
Expand Down

0 comments on commit 8d5eb45

Please sign in to comment.