Skip to content

Commit eb75788

Browse files
popstarfreasTheSpyder
authored andcommitted
feat: Add stdio to execSyncOptions
(cherry picked from commit 831bed34246a3a7424b2e872e0f181af39bb4e21)
1 parent 859a093 commit eb75788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ChildProcess.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ external execSyncOptions: (
209209
~killSignal: string=?,
210210
~uid: int=?,
211211
~gid: int=?,
212+
~stdio: string=?,
212213
~windowsHide: bool=?,
213214
unit,
214215
) => execSyncOptions = ""

0 commit comments

Comments
 (0)