Skip to content

Commit

Permalink
standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 16, 2024
1 parent 0957cb9 commit 95c23f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ app.get('/v2/:os/:arch(*)', async (req, res) => {
strip: 1, // Strip the 'package' folder
filter: path => path.startsWith('package/dotenvx') // Only extract files within the 'package' folder
}))
.on('finish', resolve)
.on('error', reject)
.on('finish', resolve)
.on('error', reject)
})

// path to extracted binary
Expand Down

0 comments on commit 95c23f9

Please sign in to comment.