Forgottent commit to fix the broken build.
This commit is contained in:
committed by
alexander-gorshenev
parent
82143d6c8a
commit
25fcd23e03
+1
-1
@@ -123,7 +123,7 @@ internal final class Context(val config: KonanConfig,
|
||||
}
|
||||
|
||||
fun log(message: String) {
|
||||
if (phase?.verbose) {
|
||||
if (phase?.verbose ?: false) {
|
||||
println(message)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user