mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-15 10:36:52 -04:00
Fixed merge conflict
This commit is contained in:
commit
11e06eeb75
9 changed files with 363 additions and 111 deletions
|
@ -3133,5 +3133,19 @@ var OperationConfig = {
|
|||
outputType: "html",
|
||||
args: [
|
||||
]
|
||||
}
|
||||
},
|
||||
"Wait": {
|
||||
description: "Waits for a number of milliseconds.",
|
||||
run: FlowControl.runWait,
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
flowControl: true,
|
||||
args: [
|
||||
{
|
||||
name: "Sleep time in milliseconds",
|
||||
type: "number",
|
||||
value: FlowControl.SLEEP_TIME,
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue