mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
564 stars 64 forks source link

warn that WebContents.openDevTools() isn't implemented instead of throwing #6

Closed mykmelez closed 8 years ago

mykmelez commented 8 years ago

This warns instead of throwing an exception on WebContents.openDevTools(), so the "hello world" app continues after calling that method, and we can test a fix for #5.