mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Added messagepack tests but they don't work
and i'm too burnt out to figure out why
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user