See some non-deterministic failure on production
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ fn fmt_backtrace(trace: &backtrace::Backtrace) -> String {
|
||||
Some(k) => k,
|
||||
_ => 0,
|
||||
};
|
||||
if is_ours {
|
||||
if true || is_ours {
|
||||
write!(&mut buf, "\n {}\n {} {}", name, filename, lineno).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user