Commit graph

2 commits

Author SHA1 Message Date
Mahmoud Zalt
91b09eb848 Add a message informing users about parsing errors
I couldn't tell why I got this error `.env: line 129: syntax error near unexpected token `('` after adding a bunch of plugins.
I didn't knew what most of the plugins do, nor what the `dotenv` plugin is doing behind the scene!
After figuring out the problem, I though it would be much better displaying an error message only in case there are some parsing errors. Now I would get this:

```
Found some errors while parsing your .env file:
.env: line 129: syntax error near unexpected token `('
```
2017-10-06 07:25:01 +03:00
Arthur
8d35fa0e2f add dotenv plugin (#4373) 2016-12-14 17:49:08 +01:00