Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 22, 2024
1 parent 885308b commit 8828866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-libzim.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ for (let url of urls) {
})
.then(() => {
const cmd = isWindows
? `tar --strip-components 1 -xvf ${dlFile} -C download`
? `tar.exe --strip-components 1 -xvf ${dlFile} -C download`
: `tar --strip-components 1 -xvf ${dlFile} -C ./download`;
console.log(`Running Extract:`, `[${cmd}]`);
return exec(cmd, {verbose:1});

Check warning on line 80 in download-libzim.js

View check run for this annotation

codefactor.io / CodeFactor

download-libzim.js#L80

Replace `··return·exec(cmd,·{verbose:1` with `return·exec(cmd,·{·verbose:·1·` (prettier/prettier)
Expand Down

0 comments on commit 8828866

Please sign in to comment.