Skip to content

Commit

Permalink
Make creating debug directory non-fatal again, like it used to be
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Apr 4, 2024
1 parent 90d056d commit 8f96349
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ArchiSteamFarm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ private static async Task<bool> InitGlobalDatabaseAndServices() {
Directory.CreateDirectory(ASF.DebugDirectory);
} catch (Exception e) {
ASF.ArchiLogger.LogGenericException(e);

return false;
}
}
}
Expand Down

0 comments on commit 8f96349

Please sign in to comment.