mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: 🔧 additional logging
This commit is contained in:
parent
ba5c94d665
commit
e7b07a5e4c
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ export const authResolvers = {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
logger.error('Unable to connect to this node');
|
logger.error('Unable to connect to this node: %o', error);
|
||||||
throw new Error('UnableToConnectToThisNode');
|
throw new Error('UnableToConnectToThisNode');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ export const authResolvers = {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
logger.error('Unable to connect to this node');
|
logger.error('Unable to connect to this node: %o', error);
|
||||||
throw new Error('UnableToConnectToThisNode');
|
throw new Error('UnableToConnectToThisNode');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue