mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update src/esbuild.mjs
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
This commit is contained in:
parent
815bcb2e22
commit
77411119b4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ if (typeof globalThis !== "undefined" && !globalThis._navigatorShimApplied) {
|
|||
standalone: false,
|
||||
onLine: true,
|
||||
};
|
||||
globalThis.navigator = globalThis.navigator || navigatorStub;
|
||||
globalThis.navigator = navigatorStub;
|
||||
globalThis._navigatorShimApplied = true;
|
||||
}
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue