Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Semigradsky committed Mar 8, 2023
1 parent d95e43e commit 85a2172
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 140 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const flatten = function flatten(options) {
});
}

files.forEach(function(filename, index) {
files.forEach(function (filename, index) {
licenseFile = path.join(module_path, filename);
// Checking that the file is in fact a normal file and not a directory for example.
/*istanbul ignore else*/
Expand Down
Loading

0 comments on commit 85a2172

Please sign in to comment.