mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Fixed operational tests and updated some dependencies
This commit is contained in:
@@ -59,7 +59,7 @@ class FromCharcode extends Operation {
|
||||
}
|
||||
|
||||
if (input.length === 0) {
|
||||
return [];
|
||||
return new ArrayBuffer;
|
||||
}
|
||||
|
||||
if (base !== 16 && isWorkerEnvironment()) self.setOption("attemptHighlight", false);
|
||||
|
||||
Reference in New Issue
Block a user