mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
devtools: Don't panic when sending to a disconnected client fails.
This commit is contained in:
parent
611c57bfdf
commit
0b619bf920
16 changed files with 107 additions and 85 deletions
|
@ -54,7 +54,7 @@ impl Actor for TabDescriptorActor {
|
|||
let frame = registry
|
||||
.find::<BrowsingContextActor>(&self.browsing_context_actor)
|
||||
.encodable();
|
||||
stream.write_json_packet(&GetTargetReply {
|
||||
let _ = stream.write_json_packet(&GetTargetReply {
|
||||
from: self.name(),
|
||||
frame,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue