We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb98d56 commit 802e919Copy full SHA for 802e919
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/process/EngineProcess.kt
@@ -85,9 +85,7 @@ private val log4j2ConfigSwitch = "-Dlog4j2.configurationFile=${log4j2ConfigFile.
85
86
private val pluginClasspath: String
87
get() = (EngineProcess::class.java.classLoader as PluginClassLoader).classPath.baseUrls.joinToString(
88
- separator = File.pathSeparator,
89
- prefix = "\"",
90
- postfix = "\""
+ separator = File.pathSeparator
91
)
92
93
private const val startFileName = "org.utbot.framework.process.EngineProcessMainKt"
0 commit comments