From 2bf9abd4471115bed1d1653c5cc38e82c946892f Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 11 Nov 2020 17:39:42 +0100 Subject: [PATCH] fixing issues --- lib/cli/runNopeBackend.ts | 2 +- nopeconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cli/runNopeBackend.ts b/lib/cli/runNopeBackend.ts index 1d96a05..ac88295 100644 --- a/lib/cli/runNopeBackend.ts +++ b/lib/cli/runNopeBackend.ts @@ -116,7 +116,7 @@ const main = async function () { let dispatcher: INopeDispatcher; try { dispatcher = getLinkedDispatcher({ - communicator: new validLayers[args.channel](opts.params) + communicator: new validLayers[args.channel](... opts.params) }) } catch (e) { logger.error('Unable to create the Dispatcher. Please check the Provided Parameters.'); diff --git a/nopeconfig.json b/nopeconfig.json index 253ca64..9885de5 100644 --- a/nopeconfig.json +++ b/nopeconfig.json @@ -12,5 +12,5 @@ }, "tempDir": "./temp/", "configDir": "./config", - "modules": "./dist/modules" + "modules": "./modules" } \ No newline at end of file