Skip to content

Commit a297c69

Browse files
authored
chore: update naming
1 parent 3c65a4e commit a297c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pgls_cli/src/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn panic_handler(info: &PanicHookInfo) {
1919
writeln!(error, "Encountered an unexpected error").unwrap();
2020
writeln!(error).unwrap();
2121

22-
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();
22+
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();
2323
writeln!(error).unwrap();
2424

2525
if let Some(location) = info.location() {

0 commit comments

Comments
 (0)