Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(index.js): -x flag is not working properly for the suppression case
When passing `-x -` on the command line, a schema is still created in the process' cwd. This is because the `-x` value of `-` is coerced to an empty string. Later on, it is tested against '-' instead of empty string. Fixes #203
- Loading branch information