diff --git a/main.js b/main.js index f7ef868bd61..11de74a320e 100644 --- a/main.js +++ b/main.js @@ -30,7 +30,7 @@ for(const { continue; } console.log(`Downloading ${url}`); - await $`curl -L ${url} | tar xJ 2>/dev/null`; + await $`curl -L ${url} | tar xJ || true`; console.log(`Staging version ${version}`); await $`git add vivaldi-source` console.log(`Committing version ${version}`);