Browse Source

No warnings from ReSharper :)

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
82b7455dfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA/Program.cs

+ 1
- 1
IPA/Program.cs View File

@ -426,7 +426,7 @@ namespace IPA
continue;
Debug.Assert(targetFile.Directory != null, "targetFile.Directory != null");
targetFile.Directory.Create();
targetFile.Directory?.Create();
Console.CursorTop--;
ClearLine();


Loading…
Cancel
Save