mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
#37686 fixed an entire class of devtools protocol bugs that led to protocol desyncs with warnings in the Servo log, but it also removed the warnings, making it harder to spot where our devtools impl is incomplete. this patch reintroduces a warning whenever some Actor::handle_message() returns Err(ActorError). Testing: debug logging only, so not really worth testing --------- Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>