Skip to content

Commit

Permalink
add doc for cradleErrorLoadingFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Feb 26, 2025
1 parent 8cdacbe commit 3351cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HIE/Bios/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ data CradleError = CradleError
-- ^ Standard error output that can be shown to users to explain
-- the loading error.
, cradleErrorLoadingFiles :: [FilePath]
-- ^ files that were attempted to be loaded by the cradle.
-- This can be useful if we are loading multiple files at once,
-- e.g. in a cabal cradle with the multi-repl feature.
}
deriving (Show, Eq)

Expand Down

0 comments on commit 3351cfc

Please sign in to comment.