Преглед на файлове

ESM: Fixed OpModules import to make inline version function correctly

n1474335 преди 7 години
родител
ревизия
37c8d1b7ea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/core/ChefWorker.js

+ 1 - 1
src/core/ChefWorker.js

@@ -9,7 +9,7 @@
 import "babel-polyfill";
 import "babel-polyfill";
 import Chef from "./Chef";
 import Chef from "./Chef";
 import OperationConfig from "./config/OperationConfig.json";
 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
 // Add ">" to the start of all log messages in the Chef Worker
 import loglevelMessagePrefix from "loglevel-message-prefix";
 import loglevelMessagePrefix from "loglevel-message-prefix";