You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/execution/services/BaseJvmRunConfigurationInstrumentationService.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ abstract class BaseJvmRunConfigurationInstrumentationService : RunConfigurationI
67
67
?:returnnull
68
68
69
69
//if DIGMA_OBSERVABILITY exists force observability with InstrumentationFlavorType.Default.
70
-
//no need to check if INSTRUMENTATION_FLAVOR exists, if it did InstrumentationFlavor.get would return something.
70
+
//no need to check if INSTRUMENTATION_FLAVOR exists, if it existed InstrumentationFlavor.get would return something.
71
71
//InstrumentationFlavor.getByType must return something, or we have a bug. it will throw an exception
72
72
// if not. the exception will be caught and reported.
0 commit comments