This commit is contained in:
André Cruz
2013-06-11 16:21:15 +01:00
parent 8eed440840
commit 1370625568

View File

@@ -160,7 +160,7 @@ Resolver.prototype._readJson = function (dir) {
// Read it
return Q.nfcall(bowerJson.read, filename)
.fail(function (err) {
throw createError('Something went wrong while reading "' + filename + '"', err.code, {
throw createError('Something went wrong while reading ' + filename, err.code, {
details: err.message,
data: {
json: filename