Skip to content

Commit 4abfbdb

Browse files
committed
Compilation error
1 parent 6105902 commit 4abfbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharp/Commands.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ let convertToShortPath path =
130130

131131
match Process.exec cmdArgs (Path.GetTempPath()) Map.empty "cmd.exe" args with
132132
| ErrorLevel _ -> path
133-
| Ok -> match !result with None -> path | Some p -> p
133+
| CmdResult.Success -> match !result with None -> path | Some p -> p
134134

135135
let where envVars cmd =
136136
log "where %s" cmd

0 commit comments

Comments
 (0)