дебаг
This commit is contained in:
parent
d0ff08d79a
commit
d202e02d23
@ -83,6 +83,7 @@ class Program
|
||||
private static Task HandleErrorAsync(ITelegramBotClient botClient, Exception exception, CancellationToken cancellationToken)
|
||||
{
|
||||
Log.Error($"Ошибка: {exception.Message}");
|
||||
Log.Error($"StackTrace: {exception.StackTrace}");
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user