mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Added panic message to failures.
This commit is contained in:
parent
dfb482a2b7
commit
8c0fa01884
9 changed files with 88 additions and 37 deletions
|
@ -286,7 +286,7 @@ impl LayoutThreadFactory for LayoutThread {
|
|||
}
|
||||
let _ = shutdown_chan.send(());
|
||||
let _ = content_process_shutdown_chan.send(());
|
||||
}, ConstellationMsg::Failure(failure_msg), con_chan);
|
||||
}, failure_msg, con_chan);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue