diff options
Diffstat (limited to 'fzf.js')
-rw-r--r-- | fzf.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(_ => {}) |