diff --git a/src/core/Recipe.mjs b/src/core/Recipe.mjs index a11b4d02..4489756e 100755 --- a/src/core/Recipe.mjs +++ b/src/core/Recipe.mjs @@ -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