Skip to content

Commit

Permalink
await
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Jun 16, 2020
1 parent 0d60d22 commit f4bde31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const main = async () => {

const imageDetector = new ImageDetector()
imageDetector.registerAlreadyExistedImages(alreadyExistingImages)
imageDetector.getExistingImages()
await imageDetector.getExistingImages()
core.debug(JSON.stringify({ imageIdsToSave: imageDetector.getImagesShouldSave() }))
const layerCache = new LayerCache(imageDetector.getImagesShouldSave())

Expand Down

0 comments on commit f4bde31

Please sign in to comment.