• Grégoire Pineau's avatar
    Better error reporting when a config key in template is Unknown · 97c56347
    Grégoire Pineau authored
    This patch will allow to fix the following bug much faster:
    
    ```
    1 error(s) occurred:
    
    * Unknown configuration key: output_directory
    ```
    
    Related configuration:
    
    ```
    "output_directory ": "build/sl_base/",
    ```
    
    After the patch, the error reporting will be:
    
    ```
    1 error(s) occurred:
    
    * Unknown configuration key: "output_directory¤"
    ```
    97c56347
config.go 6.22 KB