Skip to content

Commit 8fb88c0

Browse files
author
Drakirus
committed
Adds where the downloaded engine is stored
1 parent 9b15037 commit 8fb88c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/simpleDemo/embedderDownloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func printDownloadPercent(done chan int64, path string, total int64) {
146146
func downloadFile(filepath string, url string) error {
147147

148148
// Print download url in case user needs it.
149-
fmt.Printf("Downloading file from %s\n", url)
149+
fmt.Printf("Downloading file from\n '%s'\n to '%s'\n\n", url, filepath)
150150

151151
if _, err := os.Stat(filepath); !os.IsNotExist(err) {
152152
if !askForConfirmation() {

0 commit comments

Comments
 (0)