Reviewed By: mhorowitz

Differential Revision: D6601992

fbshipit-source-id: 4bd69f90943b14286e5618c70fc7eaca689fb02c
This commit is contained in:
Ben Nham 2017-12-20 02:19:36 -08:00 коммит произвёл Facebook Github Bot
Родитель 0ae4c47daa
Коммит 59c7967627
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,10 @@ public:
return nullptr; return nullptr;
} }
/**
* Returns whether or not the underlying executor supports debugging via the
* Chrome remote debugging protocol.
*/
virtual bool isInspectable() { virtual bool isInspectable() {
return false; return false;
} }