Allow to report exceptions in internal mode when updates are available
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import com.intellij.ide.util.PropertiesComponent
|
||||
|
||||
class KotlinInternalMode {
|
||||
companion object Instance {
|
||||
val INTERNAL_MODE_PROPERTY = "kotlin.internal.mode.enabled"
|
||||
private val INTERNAL_MODE_PROPERTY = "kotlin.internal.mode.enabled"
|
||||
|
||||
var enabled: Boolean
|
||||
get() = PropertiesComponent.getInstance()!!.getBoolean(
|
||||
|
||||
Reference in New Issue
Block a user