aboutsummaryrefslogtreecommitdiff
path: root/fzf.js
diff options
context:
space:
mode:
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(_ => {})