Skip to content

Commit

Permalink
feat(run): add console message before running configuration
Browse files Browse the repository at this point in the history
Add console message to indicate preparation for running a configuration.
  • Loading branch information
phodal committed Jul 8, 2024
1 parent 65164ff commit a27e899
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ open class ShireRunConfigurationProfileState(
isShowRunContent = false
}

console!!.print("Prepare for running ${configuration.name}...\n", ConsoleViewContentType.NORMAL_OUTPUT)
CoroutineScope(workerThread).launch {
shireRunner.execute(parsedResult)
}
Expand Down

0 comments on commit a27e899

Please sign in to comment.