Skip to content

Commit

Permalink
wip8
Browse files Browse the repository at this point in the history
  • Loading branch information
tehraninasab committed Aug 2, 2023
1 parent d8a4d93 commit ea35639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileConventions/Helpers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ let UnwrapProcessResult

let IsProcessSuccessful(processResult: ProcessResult) : bool =
match processResult.Result with
| Success output -> true
| Success _ -> true
| _ -> false

let InstallPrettier(version: string) =
Expand Down

0 comments on commit ea35639

Please sign in to comment.