mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 14:11:29 +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
|
def connection_error(team) do
|
||||||
reason = TeamClient.get_connection_error(team.id)
|
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
|
end
|
||||||
|
|
||||||
def notebook_stamp(team, notebook_source, metadata) do
|
def notebook_stamp(team, notebook_source, metadata) do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue