stop
This commit is contained in:
1
Main.cs
1
Main.cs
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user