Skip to content

Commit 98b9e90

Browse files
committed
debug
1 parent bfabbd4 commit 98b9e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

post.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const main = async () => {
1010
const imageIdsToSave = new Set([...currentImageIds])
1111
alreadyExistingImageIds.forEach(id => imageIdsToSave.delete(id))
1212

13+
core.debug(JSON.stringify({ imageIdsToSave }))
1314
const layerCache = new LayerCache(Array.from(imageIdsToSave))
1415

1516
core.debug(JSON.stringify({ restoredKey, formattedOriginalCacheKey: layerCache.getFormattedOriginalCacheKey()}))

0 commit comments

Comments
 (0)