fixing issues

This commit is contained in:
martin 2020-11-11 17:39:42 +01:00
parent bbcaec5850
commit 2bf9abd447
2 changed files with 2 additions and 2 deletions

View File

@ -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.');

View File

@ -12,5 +12,5 @@
},
"tempDir": "./temp/",
"configDir": "./config",
"modules": "./dist/modules"
"modules": "./modules"
}