If you set a '\t' character before a comment in the dependencies.json file, the parser will fail to recognize the line as a comment and will fail to load the file.
Changes:
In the dependencies file parser, when removing the comments from the file, instead of checking for lines starting with ' ', all white characters (except '\n') should be checked.
If you set a '\t' character before a comment in the dependencies.json file, the parser will fail to recognize the line as a comment and will fail to load the file.
Changes:
In the dependencies file parser, when removing the comments from the file, instead of checking for lines starting with ' ', all white characters (except '\n') should be checked.