mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Tidied up CR preservation code
This commit is contained in:
parent
c43f829854
commit
9774a4bd26
3 changed files with 64 additions and 47 deletions
|
@ -546,7 +546,7 @@ class OutputWaiter {
|
|||
"Cancel zipping",
|
||||
resolve, this);
|
||||
}.bind(this));
|
||||
if (!cancel && cancel !== undefined) {
|
||||
if (!cancel) {
|
||||
this.terminateZipWorker();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue