mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
Merge branch 'master' into feature-async-ops
This commit is contained in:
commit
cb642c156b
18 changed files with 1766 additions and 11 deletions
|
@ -152,7 +152,6 @@ var FlowControl = {
|
|||
maxJumps = ings[1];
|
||||
|
||||
if (state.numJumps >= maxJumps) {
|
||||
state.progress++;
|
||||
return state;
|
||||
}
|
||||
|
||||
|
@ -180,7 +179,6 @@ var FlowControl = {
|
|||
maxJumps = ings[2];
|
||||
|
||||
if (state.numJumps >= maxJumps) {
|
||||
state.progress++;
|
||||
return state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue