]> git.lizzy.rs Git - local-nhentai.git/blobdiff - fzf.js
Generic stats and select
[local-nhentai.git] / fzf.js
diff --git a/fzf.js b/fzf.js
index ce9c9b4ad17c1c94be726df4e71560ef26fc19c1..27bb7c258df2b2341cc4862298d34fe19f821341 100644 (file)
--- a/fzf.js
+++ b/fzf.js
@@ -25,4 +25,3 @@ module.exports.fzf = (options, binary = "fzf") => {
 
 module.exports.doujin = doujins => module.exports.fzf(doujins.sort(), __dirname + "/fzf-previews")
        .then(doujin => child.spawn("firefox", [`file://${process.cwd()}/${doujin}/index.html`]))
-       .catch(_ => {})