mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
ESM: Fixed OpModules import to make inline version function correctly
This commit is contained in:
parent
6a4bc3c9df
commit
37c8d1b7ea
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue