Skip to content

Commit 5cb1f2c

Browse files
committed
remove no-op
1 parent 40c73d0 commit 5cb1f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-tests/lib/dep-installer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function copyNodeModulesFromCache (tmpNodeModulesDir: string, cacheDir: st
7070

7171
return async () => {
7272
try {
73-
await fs.copy(tmpNodeModulesDir, cacheDir, { dereference: true }).then(() => {})
73+
await fs.copy(tmpNodeModulesDir, cacheDir, { dereference: true })
7474
} catch (err) {
7575
if (err.message === 'Source and destination must not be the same') return
7676

0 commit comments

Comments
 (0)