We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fefe82 + 8d96f8d commit b27fbe3Copy full SHA for b27fbe3
node_helper.js
@@ -98,7 +98,7 @@ module.exports = NodeHelper.create(Object.assign({
98
const defaults = require(__dirname + "/../../js/defaults.js");
99
let configFilename = path.resolve(__dirname + "/../../config/config.js");
100
if (typeof(global.configuration_file) !== "undefined") {
101
- configFilename = global.configuration_file;
+ configFilename = path.resolve(__dirname + "/../../"+global.configuration_file);
102
}
103
104
this.thisConfig = {};
0 commit comments