Merge branch 'master' into feature/automatic-contracts-image-version-detection

This commit is contained in:
Ben 2025-04-22 09:46:57 +02:00
commit 779897521d
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -134,8 +134,11 @@ namespace CodexTests
if (!result.Success) if (!result.Success)
{ {
var codexNodes = nodes[lifecycle]; lock (_lock)
foreach (var node in codexNodes) node.DownloadLog(); {
var codexNodes = nodes[lifecycle];
foreach (var node in codexNodes) node.DownloadLog();
}
} }
} }