Добавлен heavyCalc.terminate() в close

This commit is contained in:
Book Pauk
2022-10-23 18:13:05 +07:00
parent 91d3d4c254
commit 54f0cfec76

View File

@@ -496,6 +496,7 @@ class DbSearcher {
this.timer = null;
}
this.heavyCalc.terminate();
this.closed = true;
}
}