We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0125c23 commit 527e264Copy full SHA for 527e264
1 file changed
clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/client/handlers/ProjectConfigurationHandler.kt
@@ -94,7 +94,7 @@ class CreateBuildDirHandler(
94
}
95
96
Testgen.ProjectConfigStatus.BUILD_DIR_CREATION_FAILED -> {
97
- notifyInfo("Failed to create build directory! ${response.message}", project)
+ notifyError("Failed to create build directory! ${response.message}", project)
98
99
else -> notifyUnknownResponse(response, project)
100
0 commit comments