fix
This commit is contained in:
@ -277,7 +277,7 @@ auto generate_sha256(const std::string &file_path) -> std::string {
|
||||
std::to_string(res));
|
||||
}
|
||||
|
||||
auto nf = util::file::file::open_file(file_path);
|
||||
auto nf = utils::file::file::open_file(file_path);
|
||||
if (not nf) {
|
||||
throw std::runtime_error("failed to open file|" + file_path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user