From 0a1d3697b7278b822b11d0702174100588ebe30c Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Fri, 30 Jun 2023 16:14:53 +0200 Subject: [PATCH] chore: print version of the fetched tool --- core/src/util/ext-tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/util/ext-tools.ts b/core/src/util/ext-tools.ts index 93ba05e1c6..81120d06fb 100644 --- a/core/src/util/ext-tools.ts +++ b/core/src/util/ext-tools.ts @@ -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}`) }) }