Better error reporting when a config key in template is Unknown
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¤" ```
Showing
Please register or sign in to comment