mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fix stepping again.
Add new getInput function to inputWorker
This commit is contained in:
parent
0bced35931
commit
7528065d4d
6 changed files with 111 additions and 24 deletions
|
@ -115,7 +115,7 @@ class OutputWaiter {
|
|||
error: null,
|
||||
status: "inactive",
|
||||
bakeId: -1,
|
||||
progress: 0
|
||||
progress: false
|
||||
};
|
||||
|
||||
this.outputs[inputNum] = newOutput;
|
||||
|
@ -127,7 +127,7 @@ class OutputWaiter {
|
|||
* Updates the value for the output in the output array.
|
||||
* If this is the active output tab, updates the output textarea
|
||||
*
|
||||
* @param {ArrayBuffer | String} data - The
|
||||
* @param {ArrayBuffer | String} data
|
||||
* @param {number} inputNum
|
||||
* @param {boolean} set
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue