cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Fix scriptzeug crash #133

Closed lanice closed 9 years ago

lanice commented 9 years ago

This fixes error handling in DuktapeFunction::call methods, which now forward exceptions caused by DuktapeFunction calls from within C++ to the scriptException callback (handled the same as usual scripting exceptions now).