Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u committed Mar 14, 2022
1 parent c960801 commit 4b16e4c
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 4b16e4c

Please sign in to comment.