We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1099d42 commit a664dbfCopy full SHA for a664dbf
src/TaskManager/TaskManager/TaskManager.cs
@@ -267,7 +267,7 @@ private async Task HandleCancellationTask(JsonMessage<TaskCancellationEvent> mes
267
}
268
catch (Exception ex)
269
{
270
- // Ignoring exception here as we've asked for the task to be stopped.
+ // Ignoring exception here as we've asked for the task to be stopped.
271
_logger.ExectionTimingOutTask(pluginAssembly, ex);
272
273
finally
0 commit comments