We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d66577 commit c76acf6Copy full SHA for c76acf6
builder/src/Reporting/Exit.hs
@@ -987,7 +987,8 @@ toOutlineReport problem =
987
_:_ ->
988
Help.report "MISSING SOURCE DIRECTORIES" (Just "elm.json")
989
"I need a valid elm.json file, but the \"source-directories\" field lists the following directories:"
990
- [ D.indent 4 $ D.dullyellow $ D.fromChars dir
+ [ D.indent 4 $ D.vcat $
991
+ map (D.dullyellow . D.fromChars) (dir:dirs)
992
, D.reflow $
993
"I cannot find them though. Are they missing? Are there typos?"
994
]
0 commit comments