mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Don't open browser after starting the server unless explicitly asked (#1011)
This commit is contained in:
parent
d775908a48
commit
fb9c4fbef8
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ defmodule LivebookCLI.Server do
|
|||
end
|
||||
end
|
||||
|
||||
defp open_from_args(base_url, []) do
|
||||
Livebook.Utils.browser_open(base_url)
|
||||
defp open_from_args(_base_url, []) do
|
||||
:ok
|
||||
end
|
||||
|
||||
defp open_from_args(base_url, ["new"]) do
|
||||
|
|
Loading…
Add table
Reference in a new issue