Update RoutingService.InvokeFunction.cs
This commit is contained in:
parent
d1a3ded0a6
commit
a3efa9c811
|
|
@ -64,7 +64,7 @@ public partial class RoutingService
|
|||
}
|
||||
catch (JsonException ex)
|
||||
{
|
||||
_logger.LogError($"The input does not contain any JSON tokens:\r\n{message.Content}");
|
||||
_logger.LogError($"The input does not contain any JSON tokens:\r\n{message.Content}\r\n{ex.Message}");
|
||||
message.StopCompletion = true;
|
||||
message.Content = ex.Message;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue