From b98425a47120f665744bc0b5cac1c96d93107991 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 15 Dec 2019 18:26:13 +0100 Subject: [PATCH] Update get-binary.js --- lib/get-binary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-binary.js b/lib/get-binary.js index b019e30..6d94a95 100644 --- a/lib/get-binary.js +++ b/lib/get-binary.js @@ -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))