minor error log

This commit is contained in:
Clément GOUIN
2019-06-19 14:39:20 +02:00
parent d6a493dac6
commit 15761551e7
+1 -1
View File
@@ -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;
}
};