Begin sandboxing support, README updates.

Αυτή η υποβολή περιλαμβάνεται σε:
2019-08-11 20:10:38 +02:00
γονέας d7db1fbe39
υποβολή f83c705230
9 αρχεία άλλαξαν με 398 προσθήκες και 27 διαγραφές

2
cache/fscache.cpp εξωτερικό

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