Skip to content

Commit 7e2872d

Browse files
committed
Added misssing message in core download
1 parent 928e534 commit 7e2872d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/core/download.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func downloadPlatformByRef(pm *packagemanager.PackageManager, platformsRef *pack
7474
}
7575

7676
// Download cores
77+
formatter.Print("Downloading " + platform.String() + "...")
7778
resp, err := pm.DownloadPlatformRelease(platform)
7879
download(resp, err, platform.String())
7980

0 commit comments

Comments
 (0)