Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support empty lines and comments. #404

Merged
merged 2 commits into from Jan 16, 2022
Merged

Commits on Jun 18, 2019

  1. Support empty lines and comments.

    In debug mode, show errors like:
    ```
    [dotenv][DEBUG] did not match key and value when parsing line <n>:
    [dotenv][DEBUG] did not match key and value when parsing line <n>: #<COMMENTED_LINE>
    ```
    Sometimes we need to add empty lines to separate groups of variables, or comment some of them.
    We don't want the debugger or the parser catch them.
    wffranco committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e918cf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    4b956d4 View commit details
    Browse the repository at this point in the history