Roblox / foreman

Toolchain manager for Roblox projects
MIT License
171 stars 26 forks source link

Foreman should have better error messages for things like simple mis-configs #19

Open NobleDraconian opened 4 years ago

NobleDraconian commented 4 years ago

Currently, if you mis-configure foreman.toml (with a syntax error like a missing quotation mark), foreman spits a rather cryptic error message instead of spitting out something that's easy to understand: image

It'd be ideal if foreman spit out an error message along the lines of "Error while reading configurations : There is a syntax error on line n!" or somesuch.