Commit cc40f8f
authored
Added flags : 'a' option to fs.createWriteStream (#4963)
* Added flags : 'a' option to fs.createWriteStream
Without flags : 'a' option nothing is saved in output.txt file
* Added note about 'flags':'a' option in 'fs.createWriteStream()' call.1 parent 99cefff commit cc40f8f
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments