fix: injected console cannot effect on iOS
This commit is contained in:
4
doric-web/dist/index.js
vendored
4
doric-web/dist/index.js
vendored
@@ -1480,7 +1480,9 @@ var doric = (function (exports) {
|
||||
};
|
||||
}
|
||||
const global$1 = Function('return this')();
|
||||
if (!Reflect.has(global$1, "console")) {
|
||||
if (Environment.platform === 'Android'
|
||||
|| Environment.platform === 'iOS'
|
||||
|| Environment.platform === 'Qt') {
|
||||
Reflect.set(global$1, "console", {
|
||||
warn: logw,
|
||||
error: loge,
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user