mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
improve comments and re-add some excluded operations
This commit is contained in:
parent
1c24c05647
commit
d2ff2ec9c6
4 changed files with 7 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue