mirror of
https://github.com/gchq/CyberChef
synced 2025-12-18 01:03:47 +00:00
'Fork' operation now has an option to ignore errors occuring on each branch
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user