This commit is contained in:
Ell 2022-10-18 13:03:08 +02:00
parent 51d005872f
commit 0834f5427c
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLifeApi" Version="0.25.3" />
<PackageReference Include="TinyLifeApi" Version="0.26.0" />
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
<PackageReference Include="Lib.Harmony" Version="2.2.1" />

View file

@ -31,7 +31,7 @@ Task("Run").IsDependentOn("CopyToMods").Does(() => {
});
// we wait a bit to make sure the process has generated a new log file, bleh
Thread.Sleep(1000);
Thread.Sleep(3000);
// attach to the newest log file
var logsDir = $"{tinyLifeDir}/Logs";