Update src/Runner.Worker/JobRunner.cs

Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
Francesco Renzi
2026-03-16 09:18:06 +00:00
committed by GitHub
parent 9cd74b0f26
commit 7f39d40e38

View File

@@ -343,7 +343,8 @@ namespace GitHub.Runner.Worker
}
catch (Exception ex)
{
Trace.Warning($"Error stopping DAP server: {ex.Message}");
Trace.Error($"Error stopping DAP server");
Trace.Error(ex);
}
}