* Update modules
* Remove lingering strip-json-comments
This commit is contained in:
@@ -25,7 +25,6 @@ function init(configPath, cb) {
|
||||
var configJson = hjson.parse(data);
|
||||
callback(null, configJson);
|
||||
} catch(e) {
|
||||
console.log(e)
|
||||
callback(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user