mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-11 07:24:30 +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
|
||||
{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
|
||||
|
||||
:ok
|
||||
|
|
Loading…
Add table
Reference in a new issue