We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b77cd6 commit 06a996eCopy full SHA for 06a996e
index.js
@@ -1543,16 +1543,16 @@ function assembleAndZipInputData (callback) {
1543
[
1544
// downloads
1545
cb => fs.cp(
1546
- downloadsDir,
1547
- path.join(tempInputFilesDir, 'downloads'),
1548
- { recursive: true },
+ downloadsDir,
+ path.join(tempInputFilesDir, 'downloads'),
+ { recursive: true },
1549
cb
1550
),
1551
// cache
1552
1553
- cacheDir,
1554
- path.join(tempInputFilesDir, 'cache'),
1555
+ cacheDir,
+ path.join(tempInputFilesDir, 'cache'),
1556
1557
1558
// etc single files (assumes cwd is repo root)
0 commit comments