Skip to content

Commit ddb88c4

Browse files
committed
style(MongoBinaryDownload::download): add "@returns" tsdoc
1 parent ce1464c commit ddb88c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ export class MongoBinaryDownload {
213213
/**
214214
* Download file from downloadUrl
215215
* @param downloadUrl URL to download a File
216+
* @return The Path to the downloaded archive file
216217
*/
217218
async download(downloadUrl: string): Promise<string> {
218219
log('download');

0 commit comments

Comments
 (0)