Skip to content

Commit

Permalink
Update serial.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0ursTruly authored Jul 27, 2024
1 parent e7d9bbb commit 511f0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serial.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
continue;
}
let Path=[...PATH,key], path=data[1]<list.length&&PATH.length>=2? [data[1],key]: Path;
let Path=[...PATH,key], path=data[2]>0&&(data[1]<list.length&&PATH.length>=2)? [data[1],key]: Path;

let notSame=!same( obj[key],clone[key] ), temp=map.get(item)
if((typeof obj[key]!=="object"||!obj[key]) && (typeof clone[key]==="object"&&clone[key]))
Expand Down Expand Up @@ -301,4 +301,4 @@



})()
})()

0 comments on commit 511f0fc

Please sign in to comment.