Skip to content

Commit b56b510

Browse files
committed
Small type error.
1 parent f5bb5df commit b56b510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core.stanza

+1-1
Original file line numberDiff line numberDiff line change
@@ -10021,7 +10021,7 @@ defn process-env-var-mode (env-vars:Tuple<KeyValue<String,String>>|False,
1002110021
env-var-mode:ref<EnvVarMode>) -> ref<Process> :
1002210022
ensure-valid-env-var-names!(env-vars)
1002310023
ensure-valid-stream-specifiers(input, output, error)
10024-
val proc = new Process{0, null, -1, null, null, null, null, false, false, false, false}
10024+
val proc = new Process{0, null, null, null, null, null, false, false, false, false}
1002510025

1002610026
; Create a command line from the given filename and args (discarding the first argument).
1002710027
; This is necessary because Windows' process API expects a command line (not a list of arguments).

0 commit comments

Comments
 (0)