Skip to content

Commit 3165b5d

Browse files
lazergaduh95
authored andcommitted
doc: add missing added: tags to fs.lchmod
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com> PR-URL: #65283 Fixes: #65280 Refs: nodejs/node-v0.x-archive#853 Refs: 3935adc Refs: #18297 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ba87603 commit 3165b5d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

doc/api/fs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,7 @@ const { glob } = require('node:fs/promises');
14651465
### `fsPromises.lchmod(path, mode)`
14661466
14671467
<!-- YAML
1468+
added: v10.0.0
14681469
deprecated: v10.0.0
14691470
-->
14701471
@@ -3646,7 +3647,8 @@ glob('**/*.js', (err, matches) => {
36463647
### `fs.lchmod(path, mode, callback)`
36473648
36483649
<!-- YAML
3649-
deprecated: v0.4.7
3650+
added: v0.5.0
3651+
deprecated: v0.5.0
36503652
changes:
36513653
- version: v18.0.0
36523654
pr-url: https://github.com/nodejs/node/pull/41678
@@ -6253,7 +6255,8 @@ console.log(globSync('**/*.js'));
62536255
### `fs.lchmodSync(path, mode)`
62546256
62556257
<!-- YAML
6256-
deprecated: v0.4.7
6258+
added: v0.5.0
6259+
deprecated: v0.5.0
62576260
-->
62586261
62596262
> Stability: 0 - Deprecated

0 commit comments

Comments
 (0)