Allow to report exceptions in internal mode when updates are available

This commit is contained in:
Nikolay Krasko
2017-06-07 20:30:25 +03:00
parent c149e956cc
commit ba34ed89d3
2 changed files with 12 additions and 3 deletions
@@ -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(