Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
imp - Custom magic database file error message fixed
Browse files Browse the repository at this point in the history
---

To reduce confusion, we've corrected the invalid magic error message.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Mar 25, 2024
1 parent 20c9384 commit 55af698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileMagic.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int Main(string[] args)
{
if (!File.Exists(customMagic))
{
TextWriterColor.WriteColor($"The custom magic database file {path} doesn't exist.", ConsoleColors.Red);
TextWriterColor.WriteColor($"The custom magic database file {customMagic} doesn't exist.", ConsoleColors.Red);
return 3;
}
}
Expand Down

0 comments on commit 55af698

Please sign in to comment.