Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Byrd <[email protected]>
  • Loading branch information
Booksbaum and TheAngryByrd committed Feb 15, 2023
1 parent 03a3cb5 commit a9a43d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsAutoComplete.Core/Commands.fs
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ module Commands =
match x with
| Ok () -> ()
| Error e ->
commandsLogger.info (Log.setMessage "OnFound failed: {errpr}" >> Log.addContextDestructured "error" e))
commandsLogger.info (Log.setMessage "OnFound failed: {error}" >> Log.addContextDestructured "error" e))

let iterProject (project: FSharpProjectOptions) =
asyncResult {
Expand Down

0 comments on commit a9a43d6

Please sign in to comment.