docs(fs): add not supported docs for CopyOptions.preserveTimestamps (#5143)

This commit is contained in:
Asher Gomez 2024-06-26 13:21:48 +10:00 committed by GitHub
parent fa330f69c3
commit ebf06b76d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +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.
*
* @default {false}
*/
preserveTimestamps?: boolean;