This commit is contained in:
13038267101 2022-11-26 14:55:12 +08:00
commit c2660a4a12
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ namespace hg_imgproc
catch (const std::exception& e)
{
LOG_INFO(LOG_LEVEL_FATAL, e.what());
throw(e); // 继续抛到上层处理。
}
}
buffs.clear();