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 4b64114 commit 87605d6Copy full SHA for 87605d6
tests/docstrings_examples/DocTest.res
@@ -99,7 +99,7 @@ module SpawnAsync = {
99
spawn.stderr->ChildProcess.on("data", data => {
100
Array.push(stderr, data)
101
})
102
- spawn->ChildProcess.onFromSpawn("close", (code) => {
+ spawn->ChildProcess.onFromSpawn("close", code => {
103
resolve({stdout, stderr, code})
104
105
0 commit comments