Skip to content

Commit 3a88571

Browse files
aduh95ruyadorno
authored andcommitted
doc: fix history comments
PR-URL: #49701 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent db4ab1c commit 3a88571

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

doc/api/errors.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -773,19 +773,17 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option.
773773

774774
### `ERR_CLOSED_MESSAGE_PORT`
775775

776-
<!--
777-
added:
778-
- v16.2.0
779-
- v14.17.1
776+
<!-- YAML
777+
added: v10.5.0
780778
changes:
781-
- version: 11.12.0
782-
pr-url: https://github.com/nodejs/node/pull/26487
783-
description: The error message was removed.
784779
- version:
785780
- v16.2.0
786781
- v14.17.1
787782
pr-url: https://github.com/nodejs/node/pull/38510
788783
description: The error message was reintroduced.
784+
- version: v11.12.0
785+
pr-url: https://github.com/nodejs/node/pull/26487
786+
description: The error message was removed.
789787
-->
790788

791789
There was an attempt to use a `MessagePort` instance in a closed
@@ -802,7 +800,7 @@ non-writable `stdout` or `stderr` stream.
802800

803801
### `ERR_CONSTRUCT_CALL_INVALID`
804802

805-
<!--
803+
<!-- YAML
806804
added: v12.5.0
807805
-->
808806

@@ -1275,7 +1273,7 @@ to the current platform which is running Node.js is used.
12751273

12761274
### `ERR_FS_CP_DIR_TO_NON_DIR`
12771275

1278-
<!--
1276+
<!-- YAML
12791277
added: v16.7.0
12801278
-->
12811279

@@ -1286,7 +1284,7 @@ etc.) using [`fs.cp()`][].
12861284

12871285
### `ERR_FS_CP_EEXIST`
12881286

1289-
<!--
1287+
<!-- YAML
12901288
added: v16.7.0
12911289
-->
12921290

@@ -1297,7 +1295,7 @@ An attempt was made to copy over a file that already existed with
12971295

12981296
### `ERR_FS_CP_EINVAL`
12991297

1300-
<!--
1298+
<!-- YAML
13011299
added: v16.7.0
13021300
-->
13031301

@@ -1318,7 +1316,7 @@ Response body size doesn't match with the specified content-length header value.
13181316

13191317
### `ERR_FS_CP_FIFO_PIPE`
13201318

1321-
<!--
1319+
<!-- YAML
13221320
added: v16.7.0
13231321
-->
13241322

@@ -1328,7 +1326,7 @@ An attempt was made to copy a named pipe with [`fs.cp()`][].
13281326

13291327
### `ERR_FS_CP_NON_DIR_TO_DIR`
13301328

1331-
<!--
1329+
<!-- YAML
13321330
added: v16.7.0
13331331
-->
13341332

@@ -1339,7 +1337,7 @@ using [`fs.cp()`][].
13391337

13401338
### `ERR_FS_CP_SOCKET`
13411339

1342-
<!--
1340+
<!-- YAML
13431341
added: v16.7.0
13441342
-->
13451343

@@ -1349,7 +1347,7 @@ An attempt was made to copy to a socket with [`fs.cp()`][].
13491347

13501348
### `ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY`
13511349

1352-
<!--
1350+
<!-- YAML
13531351
added: v16.7.0
13541352
-->
13551353

@@ -1360,7 +1358,7 @@ of `src`.
13601358

13611359
### `ERR_FS_CP_UNKNOWN`
13621360

1363-
<!--
1361+
<!-- YAML
13641362
added: v16.7.0
13651363
-->
13661364

@@ -1716,7 +1714,7 @@ made to mark a stream and dependent of itself.
17161714

17171715
### `ERR_HTTP2_TOO_MANY_INVALID_FRAMES`
17181716

1719-
<!--
1717+
<!-- YAML
17201718
added: v15.14.0
17211719
-->
17221720

@@ -3177,7 +3175,7 @@ attempting a [`require()`][] operation or when loading the program entry point.
31773175

31783176
### `ERR_CANNOT_TRANSFER_OBJECT`
31793177

3180-
<!--
3178+
<!-- YAML
31813179
added: v10.5.0
31823180
removed: v12.5.0
31833181
-->

doc/api/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ return `true`.
129129

130130
#### `new URL(input[, base])`
131131

132-
<!--
132+
<!-- YAML
133133
changes:
134134
- version: v20.0.0
135135
pr-url: https://github.com/nodejs/node/pull/47339

0 commit comments

Comments
 (0)