mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 11:13:38 +00:00
Fixed tests and Node version to work with modules
This commit is contained in:
@@ -42,7 +42,7 @@ import UUID from "../../operations/UUID.js";
|
||||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
let OpModules = self.OpModules || {};
|
||||
let OpModules = typeof self === "undefined" ? {} : self.OpModules || {};
|
||||
|
||||
OpModules.Default = {
|
||||
"To Hexdump": Hexdump.runTo,
|
||||
|
||||
Reference in New Issue
Block a user