Return empty if property is not found locally
This commit is contained in:
parent
34569b1c15
commit
9d46ca2526
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ open class LocalProperties {
|
|||
env?.let {
|
||||
localProps.setProperty(key, env)
|
||||
}
|
||||
env
|
||||
env ?: ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue