feat: Add crash recovery on Windows (#5012)
This commit is contained in:
@@ -44,6 +44,11 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
CrashHandler *getCrashHandler() override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
CommandController *getCommands() override
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user