Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Update get-binary.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Dec 15, 2019
1 parent 3535e36 commit b98425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const detailsPath = path.join(binPath, 'details')

module.exports = () => {
if (!existsSync(detailsPath)) {
return debug('unable to locate `youtube-dl` at ' + binPath)
debug('unable to locate `youtube-dl` at ' + binPath)
}

const details = JSON.parse(readFileSync(detailsPath))
Expand Down

0 comments on commit b98425a

Please sign in to comment.