mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
CS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user