Skip to content

Commit

Permalink
add await
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-taylor committed Jun 24, 2020
1 parent 014156c commit 58eb2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const path = require("path");
followSymbolicLinks: false,
});
let filePath;
for (const file of filePaths.globGenerator()) {
for await (const file of filePaths.globGenerator()) {
filePath = file;
}

Expand Down

0 comments on commit 58eb2a8

Please sign in to comment.