@@ -19,11 +19,6 @@ pub fn redirect_panic_to_log() {
|
||||
&format!("{:?}", payload)
|
||||
};
|
||||
|
||||
//TODO skip this error
|
||||
if payload.contains("PostMessage failed ; is the messages queue full?") {
|
||||
return;
|
||||
}
|
||||
|
||||
let location = panic_info
|
||||
.location()
|
||||
.map(|l| l.to_string())
|
||||
|
||||
Reference in New Issue
Block a user