mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 15:04:25 +08:00
s/terminal/logs
This commit is contained in:
parent
2898ee37f6
commit
7d19fc3abb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ defmodule Livebook.Runtime.StandaloneInit do
|
|||
loop.(loop)
|
||||
|
||||
{:DOWN, ^port_ref, :port, _object, _reason} ->
|
||||
{:error, "Elixir terminated unexpectedly, please check the terminal for errors"}
|
||||
{:error, "Elixir terminated unexpectedly, please check your logs for errors"}
|
||||
after
|
||||
# Use a longer timeout to account for longer child node startup.
|
||||
30_000 ->
|
||||
|
|
Loading…
Add table
Reference in a new issue