This commit is contained in:
Xu Chang 2023-02-05 20:56:05 +08:00
parent cad5bb7ffd
commit 13e5a61631
2 changed files with 2 additions and 2 deletions

View File

@ -1734,7 +1734,7 @@ var SingleNode = /** @class */ (function (_super) {
}
}
}
(0, assert_1.assert)(false);
return;
};
return SingleNode;
}(Node));

View File

@ -1718,7 +1718,7 @@ class SingleNode<ED extends EntityDict & BaseEntityDict,
}
}
}
assert(false);
return;
}
}