Armake throws an error on configs (maybe even files in general) ending with a single line comment (maybe also with multi-line comments).
Appending a blank line at the end of a file solves the error.
The error message is: Unexpected token "/", expected: "[a-zA-Z0-9_]", "class", "delete"
Armake throws an error on configs (maybe even files in general) ending with a single line comment (maybe also with multi-line comments). Appending a blank line at the end of a file solves the error.
The error message is:
Unexpected token "/", expected: "[a-zA-Z0-9_]", "class", "delete"