Merge pull request #354 from nofficalfs/PR-Purify-PathLib-Not-Abort
[Purify] `path`不再报错
This commit is contained in:
commit
6ad3e873e8
|
@ -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*(){
|
||||||
|
|
Loading…
Reference in New Issue