mirror of
https://github.com/gchq/CyberChef
synced 2026-01-03 00:53:30 +00:00
improve comments and re-add some excluded operations
This commit is contained in:
@@ -78,7 +78,7 @@ class NodeRecipe {
|
||||
*/
|
||||
execute(dish) {
|
||||
return this.opList.reduce((prev, curr) => {
|
||||
// CASE where opLis item is op and args
|
||||
// CASE where opList item is op and args
|
||||
if (curr.hasOwnProperty("op") && curr.hasOwnProperty("args")) {
|
||||
return curr.op(prev, curr.args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user