Add tag for moves in diff visualizaion
Test: N/A Change-Id: Ic01b3d8af99e3c34a5b554b010835f7efb6bbf77
This commit is contained in:
@@ -39,6 +39,7 @@ class DiffGenerator {
|
||||
this.getNodeId = node => {
|
||||
const id = getNodeId(node);
|
||||
if (id === null || id === undefined) {
|
||||
console.error("Null node ID for node", node);
|
||||
throw new Error("Node ID can't be null or undefined");
|
||||
}
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user