Skip to content

Commit 0b28d32

Browse files
committed
.
1 parent c0fb391 commit 0b28d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/plugin/tsnode/execution/TsRunConfigurationProducer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class TsRunConfigurationProducer : RunConfigurationProducer<TsRunConfiguration>(
6969

7070
val bool = virtualFile != null && FileUtil.pathsEqual(virtualFile.path, runConfig.getScriptName())
7171

72-
LOG.info("[isConfigurationFromContext] $bool")
72+
LOG.info("[isConfigurationFromContext] ${runConfig.name} $bool")
7373

7474
return bool
7575
}

0 commit comments

Comments
 (0)