Skip to content

Commit 70a8af0

Browse files
committed
Lint fix.
1 parent 827b024 commit 70a8af0

File tree

1 file changed

+1
-1
lines changed
  • packages/vitest/src/node/pools

1 file changed

+1
-1
lines changed

packages/vitest/src/node/pools/rpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ async function atomicWriteFile(realFilePath: string, data: string): Promise<void
161161
await unlink(tmpFilePath)
162162
}
163163
}
164-
catch () {}
164+
catch {}
165165
}
166166
}

0 commit comments

Comments
 (0)