mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
'Fork' operation now has an option to ignore errors occuring on each branch
This commit is contained in:
parent
488ca7167e
commit
baa433ab80
3 changed files with 33 additions and 16 deletions
|
@ -62,6 +62,11 @@ var OperationConfig = {
|
|||
name: "Merge delimiter",
|
||||
type: "binary_short_string",
|
||||
value: FlowControl.MERGE_DELIM
|
||||
},
|
||||
{
|
||||
name: "Ignore errors",
|
||||
type: "boolean",
|
||||
value: FlowControl.FORK_IGNORE_ERRORS
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue