document isInspectable
Reviewed By: mhorowitz Differential Revision: D6601992 fbshipit-source-id: 4bd69f90943b14286e5618c70fc7eaca689fb02c
This commit is contained in:
parent
0ae4c47daa
commit
59c7967627
|
@ -80,6 +80,10 @@ public:
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether or not the underlying executor supports debugging via the
|
||||
* Chrome remote debugging protocol.
|
||||
*/
|
||||
virtual bool isInspectable() {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue