refactor
This commit is contained in:
parent
b0670976ff
commit
29c0a98f01
@ -485,7 +485,7 @@ auto open_file::close() -> bool {
|
||||
if (not utils::file::file(fsi_.source_path).remove()) {
|
||||
utils::error::raise_api_path_error(
|
||||
function_name, get_api_path(), fsi_.source_path,
|
||||
utils::get_last_error_code(), "failed to delete file");
|
||||
utils::get_last_error_code(), "failed to delete source file");
|
||||
}
|
||||
|
||||
auto parent = utils::path::get_parent_path(fsi_.source_path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user