mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
remove unused startFrom argument from Recipe
This commit is contained in:
parent
d78730edc0
commit
536a82684c
4 changed files with 7 additions and 9 deletions
|
@ -97,7 +97,7 @@ class Fork extends Operation {
|
|||
dish.set(inputs[i], inputType);
|
||||
|
||||
try {
|
||||
progress = await recipe.execute(dish, 0, state);
|
||||
progress = await recipe.execute(dish, state);
|
||||
} catch (err) {
|
||||
if (!ignoreErrors) {
|
||||
throw err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue