Skip to content

Commit

Permalink
chore: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 14, 2024
1 parent cfffe0e commit 3e08ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export async function uploadToS3({
try {
await client.send(new HeadObjectCommand({ Bucket, Key }))
alreadyExists = true
// eslint-disable-next-line no-console
console.error(`✅ Bundle already exists: s3://${Bucket}/${Key}\n`)
} catch (error) {
// ignore
Expand Down

0 comments on commit 3e08ce1

Please sign in to comment.