update logging and add pl splash as the main one
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
This commit is contained in:
@@ -96,7 +96,7 @@ public class GitHubPlugin : PluginData
|
||||
}
|
||||
catch
|
||||
{
|
||||
LogFile.WriteLine($"Error loading {dllFile}, deleting file");
|
||||
LogFile.Log.Debug($"Error loading {dllFile}, deleting file");
|
||||
File.Delete(dllFile);
|
||||
throw;
|
||||
}
|
||||
|
Reference in New Issue
Block a user