Archived
1
0

Fix undefined navigator in bootstrap fork

Due to some files that now import browser.ts.
This commit is contained in:
Asher
2019-02-26 14:08:50 -06:00
parent 04e02bdb08
commit fa26c0bcd6
2 changed files with 1 additions and 8 deletions

View File

@ -49,6 +49,7 @@ module.exports = merge(
"node-pty": path.resolve(fills, "empty.ts"),
"windows-mutex": path.resolve(fills, "empty.ts"),
"windows-process-tree": path.resolve(fills, "empty.ts"),
"vs/base/browser/browser": path.resolve(fills, "empty.ts"),
"electron": path.join(vsFills, "stdioElectron.ts"),
"native-keymap": path.join(vsFills, "native-keymap.ts"),