mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 03:03:26 +00:00
ESM: Tidied up FlowControl ops
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import Operation from "../Operation";
|
||||
|
||||
/**
|
||||
* Label operation
|
||||
* Label operation. For use with Jump and Conditional Jump.
|
||||
*/
|
||||
class Label extends Operation {
|
||||
|
||||
@@ -33,8 +33,6 @@ class Label extends Operation {
|
||||
}
|
||||
|
||||
/**
|
||||
* Label operation. For use with Jump and Conditional Jump
|
||||
*
|
||||
* @param {Object} state - The current state of the recipe.
|
||||
* @param {number} state.progress - The current position in the recipe.
|
||||
* @param {Dish} state.dish - The Dish being operated on.
|
||||
|
||||
Reference in New Issue
Block a user