Skip to content

Commit

Permalink
fix: log report
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 12, 2024
1 parent 01ea675 commit c7d01e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Expand Up @@ -34,8 +34,8 @@ const installBinary = async () => {
getBinary(YOUTUBE_DL_HOST),
mkdir(YOUTUBE_DL_DIR, { recursive: true })
])
await pipeline(binary, createWriteStream(YOUTUBE_DL_PATH))
debug('writing', { path: YOUTUBE_DL_PATH })
await pipeline(binary, createWriteStream(YOUTUBE_DL_PATH))
await chmod(YOUTUBE_DL_PATH, 0o755)
debug({ status: 'success' })
}
Expand Down

0 comments on commit c7d01e5

Please sign in to comment.