Skip to content

Commit

Permalink
delver: wait for metadata to be completed
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Mar 11, 2023
1 parent d233b38 commit 76ecd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delver.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const delver = {
notify, false, "delver-apk-fetch"
)

delver.unpack_apk()
await delver.unpack_apk()
delver.prepare = null
resolve(true)
})
Expand Down

0 comments on commit 76ecd1d

Please sign in to comment.