Tidied up CR preservation code

This commit is contained in:
n1474335 2019-08-22 16:31:21 +01:00
parent c43f829854
commit 9774a4bd26
3 changed files with 64 additions and 47 deletions

View file

@ -546,7 +546,7 @@ class OutputWaiter {
"Cancel zipping",
resolve, this);
}.bind(this));
if (!cancel && cancel !== undefined) {
if (!cancel) {
this.terminateZipWorker();
}
}