mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
debugging File shim
This commit is contained in:
parent
14d591caa1
commit
d080c5dd14
7 changed files with 23 additions and 20 deletions
|
@ -197,8 +197,6 @@ export function wrap(OpClass) {
|
|||
wrapped = (input, args=null) => {
|
||||
const {transformedInput, transformedArgs} = prepareOp(opInstance, input, args);
|
||||
const result = opInstance.run(transformedInput, transformedArgs);
|
||||
console.log('Result:');
|
||||
console.log(result);
|
||||
return new NodeDish({
|
||||
value: result,
|
||||
type: opInstance.outputType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue