This commit is contained in:
pengfei.zhou
2021-08-24 11:58:04 +08:00
committed by osborn
parent 04cfbf49d8
commit 598bde8442
4 changed files with 6 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ global.nativeBridge = () => {
console.error("Do not call here in debugging");
return false;
};
global.Envrionment = new Proxy({}, {
global.Environment = new Proxy({}, {
get: (target, p, receiver) => {
console.error("Environment Getter", new Error().stack);
console.error("Do not call here in debugging");