mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
update function comments
This commit is contained in:
parent
a8fbd5164e
commit
111546ad1a
@ -43,9 +43,8 @@ class NodeRecipe {
|
||||
} else {
|
||||
throw new TypeError("Inputted function not a Chef operation.");
|
||||
}
|
||||
// CASE: op with configuration
|
||||
// CASE: op, maybe with configuration
|
||||
} else if (ing.op) {
|
||||
// Return op and args pair for opList item.
|
||||
const sanitisedOp = this._validateIngredient(ing.op);
|
||||
if (ing.args) {
|
||||
return {op: sanitisedOp, args: ing.args};
|
||||
|
Loading…
Reference in New Issue
Block a user