mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
chore(error): removed extra prefix of Error:
This commit is contained in:
@@ -4,7 +4,7 @@ const instructionsToFix =
|
||||
export class CertificateError extends Error {
|
||||
constructor(message: string) {
|
||||
super(
|
||||
`Error: ${message}\nPlease visit the link below for further information on this issue:\n- ${instructionsToFix}\n`
|
||||
`${message}\nPlease visit the link below for further information on this issue:\n- ${instructionsToFix}\n`
|
||||
)
|
||||
this.name = 'CertificateError'
|
||||
Object.setPrototypeOf(this, CertificateError.prototype)
|
||||
|
||||
Reference in New Issue
Block a user