Skip to content

Commit

Permalink
Fix: Log Filter with multiple categories doesn't work (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Booksbaum authored Jun 20, 2021
1 parent 147cf33 commit 5f01b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/LanguageService.fs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Consider:
if fsacSilencedLogs <> null && fsacSilencedLogs.Length > 0
then
yield "--filter"
yield fsacSilencedLogs |> String.concat ","
yield! fsacSilencedLogs
] |> ResizeArray

createObj [
Expand Down

0 comments on commit 5f01b1b

Please sign in to comment.