Skip to content

Commit 36dce0e

Browse files
authored
added return values for install (#820)
* added return values for install * fixed linter
1 parent 139fc32 commit 36dce0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ async function install(_opts) {
315315

316316
return Promise.all([writeEtagPromise, writeFilePromise]);
317317
}
318+
return { fsPaths, urls, opts };
318319
}
319320

320321
function isDownloadActive() {

0 commit comments

Comments
 (0)