From f0dc83d6407bebc7be49da7e3e3406fdddc7d2b5 Mon Sep 17 00:00:00 2001 From: Yanis Benson Date: Fri, 20 Sep 2019 18:19:22 +0300 Subject: [PATCH] rebase artefacts --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cecf8b6..18b227a 100644 --- a/index.js +++ b/index.js @@ -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 {