mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Fix instance creation DirectoryNotFoundException
This commit is contained in:
@@ -241,6 +241,7 @@ namespace Tgstation.Server.Host.Components.Compiler
|
||||
jobUidsToNotErase.Add(exceptThisOne.DirectoryName.Value.ToString().ToUpperInvariant());
|
||||
|
||||
//cleanup
|
||||
await ioManager.CreateDirectory(".", cancellationToken).ConfigureAwait(false);
|
||||
var directories = await ioManager.GetDirectories(".", cancellationToken).ConfigureAwait(false);
|
||||
int deleting = 0;
|
||||
var tasks = directories.Select(async x =>
|
||||
|
||||
Reference in New Issue
Block a user