Match-id-926c1d67d360579f81de7d630a2785652b57aabe

This commit is contained in:
* 2022-11-14 18:45:51 +08:00
parent 3bd5d45621
commit ef3e42adbe
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ export function get(rawObj: object, key: string | symbol, receiver: any, singleL
}
export function set(rawObj: object, key: string, value: any, receiver: any): boolean {
console.log('ObjectProxyHandler.set()');
const oldObject = JSON.stringify(rawObj);
const observer = getObserver(rawObj);