Skip to content

Commit da2882e

Browse files
committed
[rd-factoring]
review fix
1 parent 6cecfef commit da2882e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utbot-rd/src/main/kotlin/org/utbot/rd/exceptions/InstantProcessDeathException.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.utbot.rd.exceptions
22

33
/**
4-
* This exception is designed to be thrown any time you start child process,
5-
* but
4+
* This exception is designed to be thrown any time you start child process with rd,
5+
* but it dies before rd initiated, implicating that the problem probably in CLI arguments
66
*/
77
abstract class InstantProcessDeathException(private val debugPort: Int, private val isProcessDebug: Boolean) : Exception() {
88
override val message: String?

0 commit comments

Comments
 (0)