From 37c8d1b7ea18b37462d7894f558f44ab28bc44c4 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 29 May 2018 16:22:04 +0000 Subject: [PATCH] ESM: Fixed OpModules import to make inline version function correctly --- src/core/ChefWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ChefWorker.js b/src/core/ChefWorker.js index 8f6cbce5..9b3a8a41 100644 --- a/src/core/ChefWorker.js +++ b/src/core/ChefWorker.js @@ -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";