Add context to error message
This commit is contained in:
parent
ad07856267
commit
5bcaf89f3e
@ -383,6 +383,6 @@ export class LaconicClient extends SigningStargateClient {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
return errorMessage || DEFAULT_WRITE_ERROR;
|
return `${errorMessage || DEFAULT_WRITE_ERROR}: ${error}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user