mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Report panics in web worker threads.
This commit is contained in:
parent
aa8c835d3b
commit
1ebe681d8d
7 changed files with 42 additions and 12 deletions
|
@ -106,6 +106,7 @@ impl Worker {
|
|||
from_devtools_sender: optional_sender,
|
||||
constellation_chan: constellation_chan,
|
||||
scheduler_chan: scheduler_chan,
|
||||
panic_chan: global.panic_chan().clone(),
|
||||
worker_id: worker_id,
|
||||
closing: closing,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue