This commit is contained in:
Anthony Eid 2025-08-26 19:50:54 +01:00 committed by GitHub
commit e099f6df52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1892 additions and 88 deletions

View file

@ -433,7 +433,7 @@ impl LogStore {
log_lines,
id,
LogMessage {
message: message.trim_end().to_string(),
message: message.trim().to_string(),
typ,
},
language_server_state.log_level,