Skip to content

Commit

Permalink
Merge pull request #187 from Smaug123/fill-in-log
Browse files Browse the repository at this point in the history
Fill in arg of log
  • Loading branch information
nojaf authored Dec 28, 2023
2 parents f80aadb + e7d3ce6 commit da74b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ let main argv =
| projects, None ->
for projPath in projects do
if not (File.Exists(projPath)) then
logger.LogError("Invalid `--project` argument. File does not exist: '{projPath}'")
logger.LogError("Invalid `--project` argument. File does not exist: '{projPath}'", projPath)
exit 1

projects
Expand Down

0 comments on commit da74b71

Please sign in to comment.