forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
4
electron/node_modules/tar/dist/commonjs/normalize-windows-path.js
generated
vendored
4
electron/node_modules/tar/dist/commonjs/normalize-windows-path.js
generated
vendored
|
|
@ -7,6 +7,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
exports.normalizeWindowsPath = void 0;
|
||||
const platform = process.env.TESTING_TAR_FAKE_PLATFORM || process.platform;
|
||||
exports.normalizeWindowsPath = platform !== 'win32' ?
|
||||
(p) => p
|
||||
: (p) => p && p.replaceAll(/\\/g, '/');
|
||||
(p) => String(p)
|
||||
: (p) => String(p).replaceAll(/\\/g, '/');
|
||||
//# sourceMappingURL=normalize-windows-path.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue