logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 69ebfb29fba19708aca1652bca01fb81abb092e6
parent d8a986c9e893de8eed3aa336a557695669b1ffee
Author: Daniel <daniel.kuku@gmail.com>
Date:   Tue, 27 Jul 2021 20:41:36 +0000

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

Diffstat:

Mconfig/dev.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/dev.exs b/config/dev.exs @@ -61,7 +61,7 @@ config :phoenix, :plug_init_mode, :runtime 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