mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Make safeFusLogs optional
Merge-request: IJ-MR-140929 Merged-by: Gleb Marin <Gleb.Marin@jetbrains.com> GitOrigin-RevId: 148791d0b00f62616e1d6b20fea2d07155b114df
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e9124d5314
commit
5bb3108d8c
@@ -88,7 +88,7 @@ object ConfigFactory {
|
||||
builder.order = InterpretationOrder.valueOf(map.getAs<String>("order"))
|
||||
}
|
||||
builder.saveLogs = map.getAs("saveLogs")
|
||||
builder.saveFusLogs = map.getAs("saveFusLogs")
|
||||
builder.saveFusLogs = map.getIfExists<Boolean?>("saveFusLogs") ?: false
|
||||
if (map.containsKey("saveFeatures")) {
|
||||
builder.saveFeatures = map.getAs("saveFeatures")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user