| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e82111f commit 5218fe8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2028,7 +2028,7 @@ console.log(data.header.nodejsVersion); | |||
| 2028 | 2028 | ||
| 2029 | 2029 | // Similar to process.report.writeReport() | |
| 2030 | 2030 | const fs = require('fs'); | |
| 2031 | - fs.writeFileSync(util.inspect(data), 'my-report.log', 'utf8'); | ||
| 2031 | + fs.writeFileSync('my-report.log', util.inspect(data), 'utf8'); | ||
| 2032 | 2032 | ``` | |
| 2033 | 2033 | ||
| 2034 | 2034 | Additional documentation is available in the [report documentation][]. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments