We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fb391 commit 0b28d32Copy full SHA for 0b28d32
src/io/plugin/tsnode/execution/TsRunConfigurationProducer.kt
@@ -69,7 +69,7 @@ class TsRunConfigurationProducer : RunConfigurationProducer<TsRunConfiguration>(
69
70
val bool = virtualFile != null && FileUtil.pathsEqual(virtualFile.path, runConfig.getScriptName())
71
72
- LOG.info("[isConfigurationFromContext] $bool")
+ LOG.info("[isConfigurationFromContext] ${runConfig.name} $bool")
73
74
return bool
75
}
0 commit comments