Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Apr 8, 2021
1 parent 90f0551 commit af1359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const opts = {
preprocessorInclude: argv['preprocessor-include'],
await: argv.await,
};
read(glob(argv._.map(s => slash(s))))
read(glob(argv._.map((s) => slash(s))))
.then((res) => {
let errored = false;
res.files.forEach((file) => {
Expand Down

0 comments on commit af1359a

Please sign in to comment.