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 6105902 commit 4abfbdbCopy full SHA for 4abfbdb
tests/fsharp/Commands.fs
@@ -130,7 +130,7 @@ let convertToShortPath path =
130
131
match Process.exec cmdArgs (Path.GetTempPath()) Map.empty "cmd.exe" args with
132
| ErrorLevel _ -> path
133
- | Ok -> match !result with None -> path | Some p -> p
+ | CmdResult.Success -> match !result with None -> path | Some p -> p
134
135
let where envVars cmd =
136
log "where %s" cmd
0 commit comments