xhawk18 / promise-cpp

C++ promise/A+ library in Javascript style.
MIT License
672 stars 92 forks source link

Fixed an issue that caused EXC_BAD_ACCESS if the handleUncaughtException function was not set and the exception was not handled. #4

Closed caidaoli closed 6 years ago

caidaoli commented 6 years ago

Fixed an issue that caused EXC_BAD_ACCESS if the handleUncaughtException function was not set and the exception was not handled.