oops, correct assertion of missing question
This commit is contained in:
parent
e8a118f364
commit
850a603877
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ final class RpcState<VatId> {
|
|||
|
||||
void dispose() {
|
||||
var ref = questions.find(this.id);
|
||||
if (ref != null) {
|
||||
if (ref == null) {
|
||||
assert false: "Question ID no longer on table?";
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue