This commit is contained in:
Scott E. Graves 2024-12-11 14:58:42 -06:00
parent b0670976ff
commit 29c0a98f01

View File

@ -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);