mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Display recipe progress in status message
This commit is contained in:
@@ -200,7 +200,11 @@ class Recipe {
|
||||
|
||||
try {
|
||||
input = await dish.get(op.inputType);
|
||||
log.debug("Executing operation");
|
||||
log.debug(`Executing operation '${op.name}'`);
|
||||
|
||||
if (ENVIRONMENT_IS_WORKER()) {
|
||||
self.sendStatusMessage(`Baking... (${i+1}/${this.opList.length})`);
|
||||
}
|
||||
|
||||
if (op.flowControl) {
|
||||
// Package up the current state
|
||||
|
||||
Reference in New Issue
Block a user