Skip to content

Commit

Permalink
Merge pull request #335 from F3n67u/fix/typo
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
sokra authored Jun 28, 2022
2 parents d5731ec + 4b16e4c commit 48b247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class Resolver {
if (typeof path !== "string")
return callback(new Error("path argument is not a string"));
if (typeof request !== "string")
return callback(new Error("path argument is not a string"));
return callback(new Error("request argument is not a string"));
if (!resolveContext)
return callback(new Error("resolveContext argument is not set"));

Expand Down

0 comments on commit 48b247a

Please sign in to comment.