mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 19:53:26 +00:00
Tidied up CR preservation code
This commit is contained in:
@@ -546,7 +546,7 @@ class OutputWaiter {
|
||||
"Cancel zipping",
|
||||
resolve, this);
|
||||
}.bind(this));
|
||||
if (!cancel && cancel !== undefined) {
|
||||
if (!cancel) {
|
||||
this.terminateZipWorker();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user