mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Merge pull request #743 into Version4.0.0.2Bump
This commit is contained in:
@@ -192,7 +192,7 @@ namespace Tgstation.Server.Host.Components.Byond
|
||||
{
|
||||
var versionToUse = requiredVersion ?? ActiveVersion;
|
||||
if (versionToUse == null)
|
||||
throw new InvalidOperationException("No BYOND versions installed!");
|
||||
throw new JobException("No BYOND versions installed!");
|
||||
await InstallVersion(versionToUse, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
var versionKey = VersionKey(versionToUse);
|
||||
|
||||
Reference in New Issue
Block a user