You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V8Catalog::V8Catalog(V8File* f) // конструктор каталога// Потом такой код. А если nullptr?
file = f;
Lock = file->get_lock();
Lock->Acquire();
file->open();
data = file->get_data();
Вот надо проверку делать на старте, а если nullptr, то argumentexeption
The text was updated successfully, but these errors were encountered: