We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343bd80 commit 38e6b60Copy full SHA for 38e6b60
R/chromote.R
@@ -307,7 +307,7 @@ Chromote <- R6Class(
307
# The session cannot be closed because no session id is returned by the
308
# Inspector.targetCrashed event
309
self$protocol$Inspector$targetCrashed(function(msg) {
310
- warning("A target has crashed.")
+ warning("Chromote has received a Inspector.targetCrashed event. This means that the ChromoteSession has probably crashed.")
311
})
312
},
313
0 commit comments