小bug
This commit is contained in:
parent
cad5bb7ffd
commit
13e5a61631
|
|
@ -1734,7 +1734,7 @@ var SingleNode = /** @class */ (function (_super) {
|
|||
}
|
||||
}
|
||||
}
|
||||
(0, assert_1.assert)(false);
|
||||
return;
|
||||
};
|
||||
return SingleNode;
|
||||
}(Node));
|
||||
|
|
|
|||
|
|
@ -1718,7 +1718,7 @@ class SingleNode<ED extends EntityDict & BaseEntityDict,
|
|||
}
|
||||
}
|
||||
}
|
||||
assert(false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue