s/terminal/logs

This commit is contained in:
José Valim 2023-10-13 10:24:22 +02:00
parent 2898ee37f6
commit 7d19fc3abb

View file

@ -101,7 +101,7 @@ defmodule Livebook.Runtime.StandaloneInit do
loop.(loop) loop.(loop)
{:DOWN, ^port_ref, :port, _object, _reason} -> {: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 after
# Use a longer timeout to account for longer child node startup. # Use a longer timeout to account for longer child node startup.
30_000 -> 30_000 ->