Skip to content

Commit

Permalink
fix clientProcessId typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Apr 18, 2024
1 parent cb338c7 commit 4df86d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/src/cli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let args ?channel ?clientProcessId () =
let args =
match clientProcessId with
| None -> []
| Some pid -> [ "--clientPorcessId"; string_of_int pid ]
| Some pid -> [ "--clientProcessId"; string_of_int pid ]
in
match (channel : Channel.t option) with
| None -> args
Expand Down

0 comments on commit 4df86d6

Please sign in to comment.