Add tag for moves in diff visualizaion

Test: N/A
Change-Id: Ic01b3d8af99e3c34a5b554b010835f7efb6bbf77
This commit is contained in:
Pablo Gamito
2020-06-04 11:18:42 +01:00
parent eac2e9220c
commit cd2e505523
2 changed files with 15 additions and 7 deletions

View File

@@ -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;