Begin sandboxing support, README updates.

Bu işleme şunda yer alıyor:
2019-08-11 20:10:38 +02:00
ebeveyn 232ff75ae0
işleme 5656d3208f
9 değiştirilmiş dosya ile 416 ekleme ve 27 silme

2
cache/fscache.cpp sağlanmış
Dosyayı Görüntüle

@@ -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;
}