Skip to content

Commit

Permalink
Update FileHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Herculezz55 authored Sep 18, 2024
1 parent d33f441 commit 25f4baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AutoDuty/Helpers/FileHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ internal static void OnStart()
internal static void LogInit()
{
var path = $"{Plugin.DalamudDirectory}/dalamud.log";
if (!File.Exists(path)) return;
var file = new FileInfo(path);
if (file == null) return;
var directory = file.DirectoryName;
Expand Down

0 comments on commit 25f4baa

Please sign in to comment.