Skip to content

Commit

Permalink
fix: process global warning (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Sep 6, 2024
1 parent 126f492 commit f2fc3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures_islands/NodeProcess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function NodeProcess() {
}, []);

// @ts-ignore bundling
// deno-lint-ignore no-node-globals
const value = IS_BROWSER ? process.env.NODE_ENV : "no";

return (
Expand Down

0 comments on commit f2fc3f1

Please sign in to comment.