Skip to content

Commit

Permalink
Merge pull request #42 from getAlby/task-errors
Browse files Browse the repository at this point in the history
chore: only show message during exception
  • Loading branch information
bumi authored Nov 13, 2023
2 parents 6038af5 + b6af4e6 commit a3f5ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/settings/class-connections.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ public function get_ln_node_info()
$type = 'error';
$message = sprintf(
'%s %s',
__('Connection Error, please check log for details', 'lnp-alby'),
$e
__('Connection Error, please check log for details: ', 'lnp-alby'),
$e->getMessage()
);
}

Expand Down

0 comments on commit a3f5ed1

Please sign in to comment.