Skip to content

Commit 38e6b60

Browse files
wchRLesur
andauthored
Update R/chromote.R
Co-authored-by: Romain Lesur <[email protected]>
1 parent 343bd80 commit 38e6b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/chromote.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Chromote <- R6Class(
307307
# The session cannot be closed because no session id is returned by the
308308
# Inspector.targetCrashed event
309309
self$protocol$Inspector$targetCrashed(function(msg) {
310-
warning("A target has crashed.")
310+
warning("Chromote has received a Inspector.targetCrashed event. This means that the ChromoteSession has probably crashed.")
311311
})
312312
},
313313

0 commit comments

Comments
 (0)