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.
1 parent c960801 commit 4b16e4cCopy full SHA for 4b16e4c
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