Skip to content

Commit cc95855

Browse files
Return promises
1 parent 914cba7 commit cc95855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/s3-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function backupExistingFolders() {
4949

5050
export async function downloadExistingDocsToLocal() {
5151
// For parallel downloads
52-
await Promise.all([
52+
return await Promise.all([
5353
executeS3Sync({
5454
from: `${apiDocsBucketUrl}/json-docs`,
5555
to: 'tmp/json-docs',

0 commit comments

Comments
 (0)