Skip to content

Commit

Permalink
Change process handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed May 14, 2024
1 parent 26921b1 commit d7f0282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class SessionLauncher(private val project: Project) {
)

val commandLine = executableToRun.createRunCommandLine(runtime)
val handler = KillableProcessHandler(commandLine)
val handler = TerminalProcessHandler(project, commandLine, commandLine.commandLineString)

handler.addProcessListener(object : ProcessAdapter() {
override fun processTerminated(event: ProcessEvent) {
Expand Down

0 comments on commit d7f0282

Please sign in to comment.