forked from AkkomaGang/akkoma
Update dev.exs error message to write to stderr. Currently it dumps this message at the beginnig of the file when using vim-autoformat with mix format
This commit is contained in:
parent
d8a986c9e8
commit
69ebfb29fb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
if File.exists?("./config/dev.secret.exs") do
|
||||
import_config "dev.secret.exs"
|
||||
else
|
||||
IO.puts(
|
||||
IO.warn(
|
||||
"!!! RUNNING IN LOCALHOST DEV MODE! !!!\nFEDERATION WON'T WORK UNTIL YOU CONFIGURE A dev.secret.exs"
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue