This commit is contained in:
Casper Sparre 2026-02-20 21:58:55 +01:00
parent cc2203c74d
commit 69080dd91b

View File

@ -104,7 +104,7 @@ internal class Worker(IServiceProvider serviceProvider)
} }
Log.Error("Auth file was not found!"); Log.Error("Auth file was not found!");
AnsiConsole.MarkupLine("\n[red]auth.json is missing."); AnsiConsole.MarkupLine("\n[red]auth.json is missing.[/]");
return false; return false;
} }