404 page allows you to visit that user

Closes #43
This commit is contained in:
Cadence Ember
2020-03-22 17:10:50 +13:00
parent a903647eb1
commit 49ad9ee434
6 changed files with 32 additions and 25 deletions

View File

@@ -29,7 +29,8 @@ function request(url, options = {}, settings = {}) {
headers: {
"User-Agent": userAgent
},
followRedirect: false
followRedirect: false,
throwHttpErrors: false
}, options))
} else {
throw new Error("Invalid value for setting `request_backend`.")