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 40c73d0 commit 5cb1f2cCopy full SHA for 5cb1f2c
system-tests/lib/dep-installer/index.ts
@@ -70,7 +70,7 @@ async function copyNodeModulesFromCache (tmpNodeModulesDir: string, cacheDir: st
70
71
return async () => {
72
try {
73
- await fs.copy(tmpNodeModulesDir, cacheDir, { dereference: true }).then(() => {})
+ await fs.copy(tmpNodeModulesDir, cacheDir, { dereference: true })
74
} catch (err) {
75
if (err.message === 'Source and destination must not be the same') return
76
0 commit comments