pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
898 stars 120 forks source link

Mitigate electron DevTools console crashes #53

Closed tim-janik closed 7 years ago

tim-janik commented 7 years ago

As described in issue #52, turning C++ exceptions thrown from invalid property accesses into V8 exceptions can keep the electron v1.4.15 console from crashing. That is what this PR accomplishes.

pmed commented 7 years ago

Thanks!