diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-04 16:58:22 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-04 16:58:22 +0200 |
commit | 8faa84d56730bd1fc35b10d3d29db424691e3af5 (patch) | |
tree | f5e1e4d6ae6e5fd639f6ddc511fd9cf866789e72 /fzf.js | |
parent | 8a0a187b31a3e0e9b9faed1369441576a2b1d103 (diff) | |
download | local-nhentai-master.tar.xz |
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(_ => {}) |