mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
fix null pointer exception
This commit is contained in:
parent
804dc12a47
commit
b040187c3f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace Jackett.Updater
|
|||
|
||||
private void Run(string[] args)
|
||||
{
|
||||
Engine.BuildContainer();
|
||||
Engine.SetupLogging(null, "updater.txt");
|
||||
Engine.Logger.Info("Jackett Updater v" + GetCurrentVersion());
|
||||
Engine.Logger.Info("Options \"" + string.Join("\" \"", args) + "\"");
|
||||
|
|
Loading…
Reference in a new issue