We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ad92b commit bcbaf56Copy full SHA for bcbaf56
src/storage.ts
@@ -275,7 +275,7 @@ export class Storage {
275
throw new Error("User aborted download")
276
}
277
278
- this.output.appendLine(`Downloaded ${prettyBytes(written)} bytes to ${path.basename(tempFile)}`)
+ this.output.appendLine(`Downloaded ${prettyBytes(written)} to ${path.basename(tempFile)}`)
279
280
// Move the old binary to a backup location first, just in case. And,
281
// on Linux at least, you cannot write onto a binary that is in use so
0 commit comments