We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent da44380 commit 788c12dCopy full SHA for 788c12d
packages/mongodb-memory-server-core/src/util/MongoBinaryDownload.ts
@@ -325,7 +325,8 @@ export default class MongoBinaryDownload {
325
reject(
326
new Error(
327
"Status Code is 403 (MongoDB's 404)\n" +
328
- "This means that the requested version-platform combination doesn't exist"
+ "This means that the requested version-platform combination doesn't exist\n" +
329
+ `Used Url: "https://${httpOptions.hostname}${httpOptions.path}"`
330
)
331
);
332
return;
0 commit comments