0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-11 08:34:01 -05:00
This commit is contained in:
Daniel Bevenius 2020-12-07 21:32:09 +01:00 committed by GitHub
parent 343d7f2800
commit 29396ed40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3205,7 +3205,7 @@ impl v8::inspector::ChannelImpl for ChannelCounter {
&mut self,
message: v8::UniquePtr<v8::inspector::StringBuffer>,
) {
println!("send_notificatio message {}", message.unwrap().string());
println!("send_notification message {}", message.unwrap().string());
self.count_send_notification += 1;
}
fn flush_protocol_notifications(&mut self) {