Skip to content

Commit 527e264

Browse files
committed
Fix wrong notification type when build folder not created
1 parent 0125c23 commit 527e264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/client/handlers/ProjectConfigurationHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class CreateBuildDirHandler(
9494
}
9595
}
9696
Testgen.ProjectConfigStatus.BUILD_DIR_CREATION_FAILED -> {
97-
notifyInfo("Failed to create build directory! ${response.message}", project)
97+
notifyError("Failed to create build directory! ${response.message}", project)
9898
}
9999
else -> notifyUnknownResponse(response, project)
100100
}

0 commit comments

Comments
 (0)