Skip to content

Commit

Permalink
fix tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Sep 1, 2022
1 parent ffc96db commit e91cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/utils.ts
Expand Up @@ -1373,7 +1373,7 @@ export async function copyTracedFiles(
if (symlink) {
try {
await fs.symlink(symlink, fileOutputPath)
} catch (e) {
} catch (e: Error) {
if (e.code !== 'EEXIST') {
throw e
}
Expand Down

0 comments on commit e91cbcc

Please sign in to comment.