File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -362,8 +362,8 @@ added: v0.3.0
362
362
changes:
363
363
- version: REPLACEME
364
364
pr-url: https://github.com/nodejs/node/pull/REPLACEME
365
- description: The inspection output is now limited to 128 MB. Data above that
366
- size not be inspected fully anymore .
365
+ description: The inspection output is now limited to about 128 MB. Data
366
+ above that size will not be fully inspected .
367
367
- version: v10.6.0
368
368
pr-url: https://github.com/nodejs/node/pull/20725
369
369
description: Inspecting linked lists and similar objects is now possible
@@ -536,10 +536,10 @@ console.log(inspect(weakSet, { showHidden: true }));
536
536
```
537
537
538
538
Please note that ` util.inspect() ` is a synchronous method that is mainly
539
- intended as a debugging tool. Its maximum output length is limited to 128 MB and
540
- input values that result in output bigger than that will not be inspected fully.
541
- Such values can have a significant performance overhead that can block the event
542
- loop for a significant amount of time.
539
+ intended as a debugging tool. Its maximum output length is limited to
540
+ approximately 128 MB and input values that result in output bigger than that
541
+ will not be inspected fully. Such values can have a significant performance
542
+ overhead that can block the event loop for a significant amount of time.
543
543
544
544
### Customizing ` util.inspect ` colors
545
545
You can’t perform that action at this time.
0 commit comments