mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 16:53:45 +00:00
Fix same bug in subsection
This commit is contained in:
@@ -116,7 +116,7 @@ class Subsection extends Operation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Baseline ing values for each tranche so that registers are reset
|
// Baseline ing values for each tranche so that registers are reset
|
||||||
subOpList.forEach((op, i) => {
|
recipe.opList.forEach((op, i) => {
|
||||||
op.ingValues = JSON.parse(JSON.stringify(ingValues[i]));
|
op.ingValues = JSON.parse(JSON.stringify(ingValues[i]));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user