You've already forked AstralRinth
forked from didirus/AstralRinth
Revert "fix: error handling improvements (#3797)"
This reverts commit 706976439d.
This commit is contained in:
@@ -54,6 +54,6 @@ export class ModrinthServerError extends Error {
|
||||
}
|
||||
|
||||
super(errorMessage)
|
||||
this.name = 'ModrinthServersFetchError'
|
||||
this.name = 'PyroServersFetchError'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ export class ModrinthServersFetchError extends Error {
|
||||
public originalError?: Error,
|
||||
) {
|
||||
super(message)
|
||||
this.name = 'ModrinthFetchError'
|
||||
this.name = 'PyroFetchError'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user