mirror of
https://github.com/gchq/CyberChef
synced 2025-12-30 23:23:59 +00:00
Fixed progress bug
This commit is contained in:
@@ -1217,7 +1217,7 @@ class OutputWaiter {
|
||||
}
|
||||
this.manager.tabs.updateTabHeader(inputNum, tabStr, "output");
|
||||
if (this.manager.worker.recipeConfig !== undefined) {
|
||||
this.manager.tabs.updateTabProgress(inputNum, this.outputs[inputNum].progress, this.manager.worker.recipeConfig.length, "output");
|
||||
this.manager.tabs.updateTabProgress(inputNum, this.outputs[inputNum]?.progress, this.manager.worker.recipeConfig.length, "output");
|
||||
}
|
||||
|
||||
const tabItem = this.manager.tabs.getTabItem(inputNum, "output");
|
||||
|
||||
Reference in New Issue
Block a user