Skip to content

Commit

Permalink
rebase artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis Benson committed Sep 20, 2019
1 parent e4f3c68 commit f0dc83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -127,7 +127,7 @@ module.exports = (source, destination, {
}
};

return pAll(sources.map(async source => {
return pAll(sources.map(source => async () => {
const to = preprocessDestinationPath(source.relativePath, destination, options);

try {
Expand Down

0 comments on commit f0dc83d

Please sign in to comment.