Update message name

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
MrSubidubi 2026-05-25 16:12:01 +02:00
parent 464d284ffe
commit df6df0c09e

View file

@ -1307,7 +1307,7 @@ fn register_actions(
impl WorkspaceError for DebugError {
fn primary_message(&self) -> SharedString {
SharedString::new_static("Debug action")
SharedString::new_static("This is an error.")
}
fn severity(&self) -> ErrorSeverity {
@ -1323,7 +1323,7 @@ fn register_actions(
impl WorkspaceError for SecondDebugError {
fn primary_message(&self) -> SharedString {
SharedString::new_static("Second debug action")
SharedString::new_static("This is some error to ignore.")
}
fn severity(&self) -> ErrorSeverity {