updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
4049af94dc
commit
4e1250a832
@ -54,7 +54,7 @@ auto traverse_directory(
|
|||||||
(std::string_view(fd.cFileName) != "..")) {
|
(std::string_view(fd.cFileName) != "..")) {
|
||||||
res = directory_action(repertory::utils::file::directory{
|
res = directory_action(repertory::utils::file::directory{
|
||||||
repertory::utils::path::combine(path, {fd.cFileName}),
|
repertory::utils::path::combine(path, {fd.cFileName}),
|
||||||
stop_requested_,
|
stop_requested,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user