Skip to content

Commit 90796b7

Browse files
authored
chore: move ignore test line
1 parent c2c3046 commit 90796b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ export function copyfiles(paths: string[], options: CopyFileOptions, callback?:
147147
const stat = statSync(outPath);
148148
isDestFile = !stat.isDirectory();
149149
}
150-
} /* v8 ignore next */ catch {
150+
} catch {
151+
/* v8 ignore next */
151152
isDestFile = true;
152153
}
153154
}

0 commit comments

Comments
 (0)