set error code in setWorkerHandler

This commit is contained in:
hyung-hwan 2018-07-01 14:08:20 +00:00
parent d4444400f7
commit 0d675358aa

View File

@ -335,6 +335,7 @@ public:
}
catch (...)
{
this->setErrorCode (E_NOERR);
return -1;
}