Skip to content

Commit f720a55

Browse files
committed
fix lint
1 parent 03e2a7a commit f720a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export function copyTestFilesToTestWorkDir(testDirName: string, dirToCopy: strin
497497
targetDir = join(testDataDir, newTargetDir);
498498
}
499499

500-
ncp(sourceDir, targetDir, (err: Error | null) => {
500+
ncp(sourceDir, targetDir, (err: Error[] | null) => {
501501
if (err) {
502502
return console.error(err);
503503
}

0 commit comments

Comments
 (0)