mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-17 16:00:35 +08:00
Revert "chore: cover panic error"
This reverts commit b8cb48aeada25ae71371ee48a0010f6fa9b68c8c.
This commit is contained in:
parent
fc5c959a55
commit
ec2bf37ad4
@ -19,11 +19,6 @@ pub fn redirect_panic_to_log() {
|
|||||||
&format!("{:?}", payload)
|
&format!("{:?}", payload)
|
||||||
};
|
};
|
||||||
|
|
||||||
//TODO skip this error
|
|
||||||
if payload.contains("PostMessage failed ; is the messages queue full?") {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
let location = panic_info
|
let location = panic_info
|
||||||
.location()
|
.location()
|
||||||
.map(|l| l.to_string())
|
.map(|l| l.to_string())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user