| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ad4cc36 commit 653f092
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1136,9 +1136,7 @@ of the Node.js process measured in bytes. | |||
| 1136 | 1136 | For example, the code: | |
| 1137 | 1137 | ||
| 1138 | 1138 | ```js | |
| 1139 | - const util = require('util'); | ||
| 1140 | - | ||
| 1141 | - console.log(util.inspect(process.memoryUsage())); | ||
| 1139 | + console.log(process.memoryUsage()); | ||
| 1142 | 1140 | ``` | |
| 1143 | 1141 | ||
| 1144 | 1142 | Will generate: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments