mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-25 07:16:45 +08:00
Add newline in connection error message
This commit is contained in:
parent
e038aed752
commit
374119303c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ defimpl Livebook.Hubs.Provider, for: Livebook.Hubs.Team do
|
|||
|
||||
def connection_error(team) do
|
||||
reason = TeamClient.get_connection_error(team.id)
|
||||
"Cannot connect to Hub: #{reason}. Will attempt to reconnect automatically..."
|
||||
"Cannot connect to Hub: #{reason}.\nWill attempt to reconnect automatically..."
|
||||
end
|
||||
|
||||
def notebook_stamp(team, notebook_source, metadata) do
|
||||
|
|
Loading…
Reference in a new issue