Merge pull request #354 from nofficalfs/PR-Purify-PathLib-Not-Abort

[Purify] `path`不再报错
This commit is contained in:
Spmario233 2023-09-19 16:15:40 +08:00 committed by GitHub
commit 6ad3e873e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8428,8 +8428,8 @@
if (typeof module!="object"||typeof module.exports!="object") lib.init.js(`${lib.assetURL}game`,"path.min",()=>{ if (typeof module!="object"||typeof module.exports!="object") lib.init.js(`${lib.assetURL}game`,"path.min",()=>{
lib.path=window._noname_path; lib.path=window._noname_path;
delete window._noname_path; delete window._noname_path;
},(e)=>{ },e=>{
throw e; console.log(e);
}); });
var styleToLoad=6; var styleToLoad=6;
var styleLoaded=gnc.of(function*(){ var styleLoaded=gnc.of(function*(){