Fix crash file removal #270

This commit is contained in:
momo5502 2021-10-25 20:12:09 +02:00
parent ec34a36469
commit 09586b8cad

View File

@ -189,7 +189,6 @@ int main()
limit_parallel_dll_loading();
srand(uint32_t(time(nullptr)));
remove_crash_file();
{
auto premature_shutdown = true;
@ -204,6 +203,7 @@ int main()
try
{
apply_environment();
remove_crash_file();
if (!component_loader::post_start()) return 0;