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 1d75cc3 commit 5343013Copy full SHA for 5343013
en/file-system/README.md
@@ -52,7 +52,7 @@ console.log("At last")
52
53
54
```javascript
55
-fs.writeFileSync("test.txt","mahima is good girl")
+fs.writeFileSync("test.txt","mahima is good girl", 'utf8')
56
console.log("This is sync: the process is intentionally blocked ")
57
58
```
0 commit comments