diff --git a/crates/pgls_cli/src/panic.rs b/crates/pgls_cli/src/panic.rs index 5b8cb16d3..c909b8d00 100644 --- a/crates/pgls_cli/src/panic.rs +++ b/crates/pgls_cli/src/panic.rs @@ -19,7 +19,7 @@ fn panic_handler(info: &PanicHookInfo) { writeln!(error, "Encountered an unexpected error").unwrap(); writeln!(error).unwrap(); - writeln!(error, "This is a bug in Postgres Tools, not an error in your code, and we would appreciate it if you could report it along with the following information to help us fixing the issue:").unwrap(); + writeln!(error, "This is a bug in the Postgres Language Server, not an error in your code, and we would appreciate it if you could report it along with the following information to help us fixing the issue:").unwrap(); writeln!(error).unwrap(); if let Some(location) = info.location() {