Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 7741111

Browse files
hannesrudolphroomote[bot]
andauthored
Update src/esbuild.mjs
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 815bcb2 commit 7741111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (typeof globalThis !== "undefined" && !globalThis._navigatorShimApplied) {
3333
standalone: false,
3434
onLine: true,
3535
};
36-
globalThis.navigator = globalThis.navigator || navigatorStub;
36+
globalThis.navigator = navigatorStub;
3737
globalThis._navigatorShimApplied = true;
3838
}
3939
`

0 commit comments

Comments
 (0)