mirror of
https://github.com/actions/runner.git
synced 2026-03-20 17:57:29 +08:00
Update src/Runner.Worker/JobRunner.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user