mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 14:13:51 +00:00
ESM: Fixed OpModules import to make inline version function correctly
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import "babel-polyfill";
|
||||
import Chef from "./Chef";
|
||||
import OperationConfig from "./config/OperationConfig.json";
|
||||
import OpModules from "./config/modules/Default";
|
||||
import OpModules from "./config/modules/OpModules";
|
||||
|
||||
// Add ">" to the start of all log messages in the Chef Worker
|
||||
import loglevelMessagePrefix from "loglevel-message-prefix";
|
||||
|
||||
Reference in New Issue
Block a user