mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-11 17:38:46 +08:00
Logger.warn -> Logger.warning
This commit is contained in:
parent
bb243a5964
commit
1e4ae42e6c
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ defmodule Livebook.Utils do
|
||||||
|
|
||||||
case cmd_args do
|
case cmd_args do
|
||||||
{cmd, args} -> System.cmd(cmd, args)
|
{cmd, args} -> System.cmd(cmd, args)
|
||||||
nil -> Logger.warn("could not open the browser, no open command found in the system")
|
nil -> Logger.warning("could not open the browser, no open command found in the system")
|
||||||
end
|
end
|
||||||
|
|
||||||
:ok
|
:ok
|
||||||
|
|
Loading…
Reference in a new issue