Skip to content

Commit

Permalink
feat: Empty change
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Release v1
  • Loading branch information
TriPSs committed Dec 27, 2023
1 parent 6004dd7 commit 055ce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { existsSync, statSync, writeFileSync } from 'fs'
import { existsSync, statSync, writeFileSync } from 'node:fs'

export function sameFileSize(buffer: Buffer, filePath: string, update: 'all' | 'none' | 'missing'): boolean {
if (!existsSync(filePath) || update === 'all' || update === 'missing') {
Expand Down

0 comments on commit 055ce43

Please sign in to comment.