Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not raise misleading warning (#389)
When the input `input_files` is not defined, the `config.input_files` will default to an empty array, which always evaluate to true - that was triggering a warning like "hey man, the value you inputted on `input_files` didn't yield any files", which is logically wrong if `input_files` isn't explicitly defined.
- Loading branch information