This commit is contained in:
vdimir 2024-10-16 12:01:21 +00:00
parent db2aab199d
commit b09d3c5479
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -1256,6 +1256,10 @@ try
/// We skip directories (for example, 'http_buffers' - it's used for buffering of the results) and all other file types.
}
}
else
{
fs::create_directories(path);
}
}
catch (...)
{