You've already forked AstralRinth
forked from didirus/AstralRinth
fix: show hostname on modrinth servers 503 (#4678)
* fix: show hostname on modrinth servers 503 * fix: lint
This commit is contained in:
@@ -9,6 +9,7 @@ export class ModrinthServerError extends Error {
|
||||
public readonly originalError?: Error,
|
||||
public readonly module?: string,
|
||||
public readonly v1Error?: V1ErrorInfo,
|
||||
public readonly responseData?: any,
|
||||
) {
|
||||
let errorMessage = message
|
||||
let method = 'GET'
|
||||
|
||||
Reference in New Issue
Block a user