Intern created pathes
This commit is contained in:
parent
a17bb2a732
commit
7346883f01
@ -58,6 +58,6 @@ object AssetPathStack {
|
||||
if (path.isNotEmpty() && path[0] == '/')
|
||||
return path
|
||||
|
||||
return if (base.endsWith('/')) "$base$path" else "$base/$path"
|
||||
return if (base.endsWith('/')) "$base$path".sbIntern() else "$base/$path".sbIntern()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user