Better wording for the banner.
This commit is contained in:
committed by
alexander-gorshenev
parent
6350ad5c7b
commit
9132a192c1
@@ -71,7 +71,7 @@ class DependencyDownloader(dependenciesRoot: File, val dependenciesUrl: String,
|
||||
}
|
||||
|
||||
if (!isInfoShown) {
|
||||
println("Downloading native dependencies (LLVM, sysroot etc). This is one-time action performing only for the first run of the compiler.")
|
||||
println("Downloading native dependencies (LLVM, sysroot etc). This is a one-time action performed only on the first run of the compiler.")
|
||||
isInfoShown = true
|
||||
}
|
||||
|
||||
@@ -165,4 +165,4 @@ class DependencyDownloader(dependenciesRoot: File, val dependenciesUrl: String,
|
||||
}
|
||||
systemLock.release()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user