This commit is contained in:
tparnell
2019-07-19 16:59:09 -04:00
parent 178703eb13
commit 82c972c475

View File

@@ -40,6 +40,7 @@ namespace bundlephobia
catch (Exception e) catch (Exception e)
{ {
await Client.PostAsJsonAsync(req.response_url, new { text = $"Something went wrong" }); await Client.PostAsJsonAsync(req.response_url, new { text = $"Something went wrong" });
log.LogError(e, "error");
} }
} }