Skip to content

Commit

Permalink
Add missing WorkspaceInfo field.
Browse files Browse the repository at this point in the history
  • Loading branch information
toinehartman committed Dec 16, 2024
1 parent 899ed7f commit 96152d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ data WorkspaceInfo (
map[loc, AType] facts = (),
Scopes scopes = (),
Paths paths = {},
set[loc] sourceFiles = {},
set[loc] projects = {}
) = workspaceInfo(
PathConfig(loc) getPathConfig,
Expand Down

0 comments on commit 96152d2

Please sign in to comment.