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 ce1464c commit ddb88c4Copy full SHA for ddb88c4
packages/mongodb-memory-server-core/src/util/MongoBinaryDownload.ts
@@ -213,6 +213,7 @@ export class MongoBinaryDownload {
213
/**
214
* Download file from downloadUrl
215
* @param downloadUrl URL to download a File
216
+ * @return The Path to the downloaded archive file
217
*/
218
async download(downloadUrl: string): Promise<string> {
219
log('download');
0 commit comments