fix duplicate cmdline args in error info

GitOrigin-RevId: f4fcdb2c9419f7edc755eb42e9253f8e62bbc610
This commit is contained in:
Aleksandr Sorotskii
2025-01-10 18:10:51 +01:00
committed by intellij-monorepo-bot
parent 3f017485ef
commit 42c78668df

View File

@@ -34,7 +34,7 @@ internal suspend fun runCommandLine(commandLine: GeneralCommandLine): Result<Str
return processOutput(
commandOutput,
commandLine.commandLineString,
commandLine.exePath,
commandLine.parametersList.list,
)
}