We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004dd7 commit 055ce43Copy full SHA for 055ce43
src/utils.ts
@@ -1,4 +1,4 @@
1
-import { existsSync, statSync, writeFileSync } from 'fs'
+import { existsSync, statSync, writeFileSync } from 'node:fs'
2
3
export function sameFileSize(buffer: Buffer, filePath: string, update: 'all' | 'none' | 'missing'): boolean {
4
if (!existsSync(filePath) || update === 'all' || update === 'missing') {
0 commit comments