Skip to content

Commit

Permalink
feat: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jo committed Mar 14, 2018
1 parent 64eb1e4 commit 01eb059
Show file tree
Hide file tree
Showing 3 changed files with 8,318 additions and 5,601 deletions.
5 changes: 1 addition & 4 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ function singleFile (callback) {
if (error) return callback(error)

if (filenames.length > 1) {
return callback({
error: 'ambigious database configuration',
files: filenames
})
return callback(new Error('ambigious database configuration: ' + filenames.join(', ')))
}

if (!filenames.length) {
Expand Down
Loading

0 comments on commit 01eb059

Please sign in to comment.