File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -1377,13 +1377,6 @@ Path is a directory.
1377
1377
An attempt has been made to read a file whose size is larger than the maximum
1378
1378
allowed size for a ` Buffer ` .
1379
1379
1380
- <a id =" ERR_FS_INVALID_SYMLINK_TYPE " ></a >
1381
-
1382
- ### ` ERR_FS_INVALID_SYMLINK_TYPE `
1383
-
1384
- An invalid symlink type was passed to the [ ` fs.symlink() ` ] [ ] or
1385
- [ ` fs.symlinkSync() ` ] [ ] methods.
1386
-
1387
1380
<a id =" ERR_HTTP_HEADERS_SENT " ></a >
1388
1381
1389
1382
### ` ERR_HTTP_HEADERS_SENT `
@@ -3241,6 +3234,17 @@ The UTF-16 encoding was used with [`hash.digest()`][]. While the
3241
3234
causing the method to return a string rather than a ` Buffer ` , the UTF-16
3242
3235
encoding (e.g. ` ucs ` or ` utf16le ` ) is not supported.
3243
3236
3237
+ <a id =" ERR_FS_INVALID_SYMLINK_TYPE " ></a >
3238
+
3239
+ ### ` ERR_FS_INVALID_SYMLINK_TYPE `
3240
+
3241
+ <!-- YAML
3242
+ removed: REPLACEME
3243
+ -->
3244
+
3245
+ An invalid symlink type was passed to the [ ` fs.symlink() ` ] [ ] or
3246
+ [ ` fs.symlinkSync() ` ] [ ] methods.
3247
+
3244
3248
<a id =" ERR_HTTP2_FRAME_ERROR " ></a >
3245
3249
3246
3250
### ` ERR_HTTP2_FRAME_ERROR `
You can’t perform that action at this time.
0 commit comments