set error code in setWorkerHandler
This commit is contained in:
parent
d4444400f7
commit
0d675358aa
@ -335,6 +335,7 @@ public:
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
this->setErrorCode (E_NOERR);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user