diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-19 13:25:49 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-19 13:25:49 -0300 |
commit | 9745cf89d808bc2e4698af346ddbc53e1ae08a2c (patch) | |
tree | 398325b2f18cfaa982d2bcff746cfd4bb96ecc4e /src | |
parent | 0e613cf94a3fade7050fc2e50e8bfbab8d532ad2 (diff) |
SO A BIT EMBARRASSING
Diffstat (limited to 'src')
-rw-r--r-- | src/gen-thumbs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js index 65f0a4da..34eed9c1 100644 --- a/src/gen-thumbs.js +++ b/src/gen-thumbs.js @@ -286,7 +286,7 @@ async function getSpawnMagick(tool) { } if (fn === null && await commandExists('magick')) { - version = await getImageMagickVersion(fn); + version = await getImageMagickVersion('magick'); if (version !== null) { fn = (args) => spawn('magick', [tool, ...args]); description = `magick ${tool}`; |