Skip to content

Commit

Permalink
v2022.3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LAB02 Research committed Mar 15, 2023
1 parent 4237a8b commit f2e57a8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/DeepLClient/Managers/UpdateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,11 @@ private static void StartUpdate()
}
finally
{
// note: this is a risk, incase the updater doesn't properly launch
// note: this is a risk, in case the updater doesn't properly launch
// but if we're not closed when it has launched, it'll get stuck waiting for us until the end of times

// flush our logs
Log.CloseAndFlush();


// bye bye
Environment.Exit(0);
ProcessManager.Shutdown();
}
}

Expand Down

0 comments on commit f2e57a8

Please sign in to comment.