This commit is contained in:
snltty
2024-08-07 11:21:59 +08:00
parent afc14044d3
commit 38ef976e13
6 changed files with 32 additions and 20 deletions

View File

@@ -76,7 +76,7 @@ namespace linker.libs
}
else
{
LoggerHelper.Instance.Warning(error);
LoggerHelper.Instance.Warning($"file:{fileName},arg:{arg},commands:{string.Join(Environment.NewLine,commands)} -> {error}");
}
proc.WaitForExit();
proc.Close();