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 3f18ceb commit ea55d7eCopy full SHA for ea55d7e
README.md
@@ -49,7 +49,7 @@ Help all ReScript Node.js apps and libraries to be built faster by reducing the
49
open NodeJs
50
51
Fs.createReadStream("/path")
52
- ->Stream.pipe(Process.(stdout(process)))
+ ->Stream.pipe(Process.stdout(Process.process))
53
->Stream.onError(_ => Js.log("handleError"))
54
```
55
0 commit comments