mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -441,7 +441,7 @@ impl<C> PaintThread<C> where C: PaintListener + Send + 'static {
|
|||
|
||||
debug!("paint_thread: shutdown_chan send");
|
||||
shutdown_chan.send(()).unwrap();
|
||||
}, ConstellationMsg::Failure(failure_msg), c);
|
||||
}, failure_msg, c);
|
||||
}
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue