mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(fs): add not supported docs for CopyOptions.preserveTimestamps
(#5143)
This commit is contained in:
parent
fa330f69c3
commit
ebf06b76d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user