aboutsummaryrefslogtreecommitdiff
path: root/fzf.js
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-04 16:58:22 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-04 16:58:22 +0200
commit8faa84d56730bd1fc35b10d3d29db424691e3af5 (patch)
treef5e1e4d6ae6e5fd639f6ddc511fd9cf866789e72 /fzf.js
parent8a0a187b31a3e0e9b9faed1369441576a2b1d103 (diff)
downloadlocal-nhentai-master.tar.xz
Generic stats and selectHEADmaster
Diffstat (limited to 'fzf.js')
-rw-r--r--fzf.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/fzf.js b/fzf.js
index ce9c9b4..27bb7c2 100644
--- 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(_ => {})