mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Put file location details of panic on separate line
This commit is contained in:
parent
676dbdc57b
commit
035189a2a1
@ -336,7 +336,7 @@ fn init_panic_hook(app_version: String) {
|
||||
let message = match info.location() {
|
||||
Some(location) => {
|
||||
format!(
|
||||
"thread '{}' panicked at '{}': {}:{}\n{:?}",
|
||||
"thread '{}' panicked at '{}'\n{}:{}\n{:?}",
|
||||
thread,
|
||||
payload,
|
||||
location.file(),
|
||||
|
Loading…
Reference in New Issue
Block a user