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