We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5545b2f commit 163420eCopy full SHA for 163420e
src/index.ts
@@ -9,7 +9,7 @@ async function main() {
9
if (!(await isReady())) {
10
try {
11
const [name, assets] = await findRelease(VERSION)
12
- console.info(`Downloading v${name}`)
+ console.info(`Downloading ${name}`)
13
await downloadBinary(assets.browser_download_url)
14
} catch (e) {
15
console.error(`Failed to download binary:\n${e}`)
0 commit comments