From 8faa84d56730bd1fc35b10d3d29db424691e3af5 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 4 Jun 2022 16:58:22 +0200 Subject: Generic stats and select --- fzf.js | 1 - 1 file changed, 1 deletion(-) (limited to 'fzf.js') 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(_ => {}) -- cgit v1.2.3