| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e5fe316 commit ff7879b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,5 +14,5 @@ const files = []; | |||
| 14 | 14 | while (files.length < 256) | |
| 15 | 15 | files.push(fs.openSync(__filename, 'r')); | |
| 16 | 16 | ||
| 17 | - const r = process.memoryUsage(); | ||
| 18 | - assert.strictEqual(r.rss > 0, true); | ||
| 17 | + const r = process.memoryUsage.rss(); | ||
| 18 | + assert.strictEqual(r > 0, true); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments