docs(fs): make preserveTimestamps note more prominent (#5543)

This commit is contained in:
Asher Gomez 2024-07-25 16:49:22 +10:00 committed by GitHub
parent d53303f9c7
commit 031c32c96e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,8 @@ export interface CopyOptions {
* the original source files. When `false`, timestamp behavior is
* OS-dependent.
*
* Note: This options is currently unsupported for symbolic links.
* > ![NOTE]
* > This option is currently unsupported for symbolic links.
*
* @default {false}
*/