Skip to content

Commit

Permalink
chore: print version of the fetched tool
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 30, 2023
1 parent 339fe86 commit 0a1d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/util/ext-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export class PluginTool extends CliWrapper {
}

debug && debug.success("Done")
downloadLog.success(`Fetched ${this.name}`)
downloadLog.success(`Fetched ${this.name} ${this.spec.version}`)
})
}

Expand Down

0 comments on commit 0a1d369

Please sign in to comment.