mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Add space to the read json error message.
This commit is contained in:
@@ -360,7 +360,7 @@ Package.prototype.loadJSON = function () {
|
||||
|
||||
readJSON(jsonFile, function (err, json) {
|
||||
if (err) {
|
||||
err.details = 'An error was caught when reading the ' + this.localConfig.json + ':' + err.message;
|
||||
err.details = 'An error was caught when reading the ' + this.localConfig.json + ': ' + err.message;
|
||||
return this.emit('error', err);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user