remove unesseary log
This commit is contained in:
@ -14,8 +14,6 @@ export function downloadAndUnzip(
|
|||||||
|
|
||||||
fs.mkdirSync(destDirPath, { "recursive": true });
|
fs.mkdirSync(destDirPath, { "recursive": true });
|
||||||
|
|
||||||
console.log({ url, destDirPath });
|
|
||||||
|
|
||||||
[
|
[
|
||||||
`wget ${url}`,
|
`wget ${url}`,
|
||||||
...["unzip", "rm"].map(prg => `${prg} ${pathBasename(url)}`),
|
...["unzip", "rm"].map(prg => `${prg} ${pathBasename(url)}`),
|
||||||
|
Reference in New Issue
Block a user