Skip to content

Commit f7291e8

Browse files
committed
chore: doc update
1 parent 1b097af commit f7291e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/safeWrite.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { writeFile } from 'node:fs/promises';
55

66
/**
77
* Writes a file only if the content has changed, avoiding unnecessary writes.
8-
* Uses stat comparison (size and mtime) to determine if file needs updating.
8+
* Uses stat comparison (size) to determine if file needs updating.
99
*
1010
* @param {string} filePath - The path to the file
1111
* @param {string | Buffer} content - The content to write

0 commit comments

Comments
 (0)