We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5731ec + 4b16e4c commit 48b247aCopy full SHA for 48b247a
lib/Resolver.js
@@ -263,7 +263,7 @@ class Resolver {
263
if (typeof path !== "string")
264
return callback(new Error("path argument is not a string"));
265
if (typeof request !== "string")
266
- return callback(new Error("path argument is not a string"));
+ return callback(new Error("request argument is not a string"));
267
if (!resolveContext)
268
return callback(new Error("resolveContext argument is not set"));
269
0 commit comments