mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-11 08:34:01 -05:00
typo (#542)
This commit is contained in:
parent
343d7f2800
commit
29396ed40a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue