Created
July 20, 2016 18:41
-
-
Save uhtred/c13319004b8db9e977ecca9de01a7368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options.files.forEach((pattern) => { | |
files = files.concat(glob.sync(pattern)) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment