Begin sandboxing support, README updates.
Bu işleme şunda yer alıyor:
2
cache/fscache.cpp
sağlanmış
2
cache/fscache.cpp
sağlanmış
@@ -7,7 +7,7 @@ FsCache::FsCache(std::string path)
|
||||
{
|
||||
if(!std::filesystem::exists(path))
|
||||
{
|
||||
throw std::runtime_error { "Directory does not exist" };
|
||||
throw std::runtime_error { "Cache directory does not exist" };
|
||||
}
|
||||
this->path = path;
|
||||
}
|
||||
|
Yeni konuda referans
Bir kullanıcı engelle