We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860f485 commit f17fc8bCopy full SHA for f17fc8b
lib/mix/lib/mix/task.compiler.ex
@@ -83,6 +83,9 @@ defmodule Mix.Task.Compiler do
83
with `System.pid/0` to determine if compilation happened in
84
the same OS process as the listener.
85
86
+ New messages may be added in the future, so the process should have
87
+ a catch-all clause and ignore other messages.
88
+
89
Note that the listener starts before any of the project apps are started.
90
"""
91
0 commit comments