Commit 3df883cb authored by Oleg Korshul's avatar Oleg Korshul

return errors

parent 0ed3f740
......@@ -195,7 +195,7 @@ public:
_LOGGING_ERROR_(L"execute_compile_code", strCode);
_LOGGING_ERROR_(L"execute_compile", strException);
return false;
return "";
}
else
{
......@@ -209,7 +209,7 @@ public:
_LOGGING_ERROR_(L"execute_run_code", strCode);
_LOGGING_ERROR_(L"execute_run", strException);
return false;
return "";
}
if (_value->IsString())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment