updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -74,10 +74,10 @@ auto get_local_app_data_directory() -> const std::string & {
|
||||
return ret;
|
||||
}
|
||||
|
||||
throw utils::error::create_exception({
|
||||
function_name,
|
||||
"unable to detect local application data folder",
|
||||
});
|
||||
throw utils::error::create_exception(
|
||||
function_name, {
|
||||
"unable to detect local application data folder",
|
||||
});
|
||||
})();
|
||||
|
||||
return app_data;
|
||||
|
Reference in New Issue
Block a user