mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Added messagepack tests but they don't work
and i'm too burnt out to figure out why
This commit is contained in:
parent
0c06e64051
commit
821dd9c48c
2 changed files with 71 additions and 11 deletions
|
@ -36,7 +36,7 @@ class FromMessagePack extends Operation {
|
|||
try {
|
||||
return notepack.decode(input);
|
||||
} catch (err) {
|
||||
throw new OperationError(`Could not decode MessagePack to JSON:MessagePack ${err}`);
|
||||
throw new OperationError(`Could not decode MessagePack to JSON: ${err}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue