This commit is contained in:
Xavier Noria 2021-10-11 00:29:46 +02:00
parent c1275b77d1
commit 492bdafb8f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Hold on, I am eager loading the application.
All is good!
```
There can be additional onput depending on the application configuration, but the last "All is good!" is what you are looking for.
There can be additional ouput depending on the application configuration, but the last "All is good!" is what you are looking for.
If there's any file that does not define the expected constant, the task will tell you. It does so one file at a time, because if it moved on, the failure loading one file could cascade into other failures unrelated to the check we want to run and the error report would be confusing.