Skip to content

Commit 5fb0e6a

Browse files
SteffenDEjosevalim
andauthored
Update lib/phoenix/code_reloader/server.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
1 parent 17491cc commit 5fb0e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/code_reloader/server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ defmodule Phoenix.CodeReloader.Server do
289289

290290
defp mix_compile_unless_stale_config(compilers, compile_args, timestamp, path, purge_fallback?) do
291291
manifests = Mix.Tasks.Compile.Elixir.manifests()
292-
configs = Mix.Project.config_files() |> dbg
292+
configs = Mix.Project.config_files()
293293
config = Mix.Project.config()
294294

295295
case Mix.Utils.extract_stale(configs, manifests) do

0 commit comments

Comments
 (0)