mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Add missing ArgumentNullException
This commit is contained in:
@@ -250,6 +250,8 @@ namespace Tgstation.Server.Host.Core
|
||||
throw new ArgumentNullException(nameof(applicationBuilder));
|
||||
if (logger == null)
|
||||
throw new ArgumentNullException(nameof(logger));
|
||||
if (serverControl == null)
|
||||
throw new ArgumentNullException(nameof(serverControl));
|
||||
|
||||
logger.LogInformation(VersionString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user