We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82111f commit 5218fe8Copy full SHA for 5218fe8
doc/api/process.md
@@ -2028,7 +2028,7 @@ console.log(data.header.nodejsVersion);
2028
2029
// Similar to process.report.writeReport()
2030
const fs = require('fs');
2031
-fs.writeFileSync(util.inspect(data), 'my-report.log', 'utf8');
+fs.writeFileSync('my-report.log', util.inspect(data), 'utf8');
2032
```
2033
2034
Additional documentation is available in the [report documentation][].
0 commit comments