mirror of
https://github.com/ylw00/qxVm.git
synced 2025-04-12 04:03:28 +08:00
Update vm_proxy.js
This commit is contained in:
parent
0aee712baa
commit
ac6796afea
2
qxVm_sanbox/env/TOOLS/vm_proxy.js
vendored
2
qxVm_sanbox/env/TOOLS/vm_proxy.js
vendored
@ -64,7 +64,7 @@ lwVm.proxy = function (obj, objname, type) {
|
||||
if (typeof (propKey) !== "symbol" && propKey !== "toString") {
|
||||
try {
|
||||
if (lwVm.config.logOpen === true) {
|
||||
console.log(`\ngetting propKey-> ${WatchName}.${propKey?.description ?? propKey} result-> ${result} typeof-> ${result_type}`);
|
||||
console.log(`\ngetting propKey-> ${WatchName}.${propKey.description ?? propKey} result-> ${result} typeof-> ${result_type}`);
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(`[${WatchName}] getting error`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user