refactor
This commit is contained in:
@ -289,7 +289,7 @@ auto sia_provider::get_file_list(api_file_list &list,
|
|||||||
|
|
||||||
return api_error::success;
|
return api_error::success;
|
||||||
} catch (const std::exception &e) {
|
} catch (const std::exception &e) {
|
||||||
utils::error::raise_api_path_error(function_name, e, api_path,
|
utils::error::raise_api_path_error(function_name, api_path, e,
|
||||||
"failed to process directory");
|
"failed to process directory");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user