fix: core crashed

This commit is contained in:
arm64v8a
2023-05-19 18:30:43 +09:00
parent ec25e0ed00
commit fc9d853bae
6 changed files with 49 additions and 30 deletions

View File

@@ -33,6 +33,8 @@ namespace NekoRay::sys {
void Start() override;
void Restart();
private:
bool show_stderr = false;
bool failed_to_start = false;