mirror of
https://github.com/gchq/CyberChef
synced 2026-01-21 11:53:37 +00:00
Turn output tabs into progress bars!
This commit is contained in:
@@ -204,6 +204,7 @@ class Recipe {
|
||||
|
||||
if (ENVIRONMENT_IS_WORKER()) {
|
||||
self.sendStatusMessage(`Baking... (${i+1}/${this.opList.length})`);
|
||||
self.sendProgressMessage(i + 1, this.opList.length);
|
||||
}
|
||||
|
||||
if (op.flowControl) {
|
||||
|
||||
Reference in New Issue
Block a user