minor error log
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ module.exports = function () {
|
|||||||
let config = JSON.parse(configData);
|
let config = JSON.parse(configData);
|
||||||
return merge(refConfig, config);
|
return merge(refConfig, config);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Failed to load config.json');
|
console.error('Failed to load config.json : '+error);
|
||||||
return refConfig;
|
return refConfig;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user