mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 17:15:09 +08:00
Fix border on error output
This commit is contained in:
parent
aa10de91ed
commit
0f8ce54187
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ defmodule LivebookWeb.Output do
|
|||
|
||||
defp border?({:stdout, _text}), do: true
|
||||
defp border?({:text, _text}), do: true
|
||||
defp border?({:error, _message, _type}), do: true
|
||||
defp border?({:error, _message}), do: true
|
||||
defp border?(_output), do: false
|
||||
|
||||
defp wrapper?({:frame, _outputs, _info}), do: true
|
||||
|
|
Loading…
Reference in a new issue