Skip to content

Commit

Permalink
Fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Oct 23, 2018
1 parent 5f995d4 commit 0d35ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/getModulePath.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = function getModulePath(
if (!path) {
path = resolveFrom.silent(globalModules, lookup);
}

if (!path) {
throw configurationError(
`Could not find "${lookup}". Do you need a \`configBasedir\`?`
Expand Down

0 comments on commit 0d35ec6

Please sign in to comment.