Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Nov 4, 2024
1 parent b879375 commit 8953aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
if (length toLoads > 1)
then do
succLoaded_files <- readIORef cradle_files
-- mark as less loaded files as failedLoadingFiles possible
-- mark as less loaded files as failedLoadingFiles as possible
let failedLoadingFiles = (Set.insert cfp toLoads) `Set.difference` succLoaded_files
atomicModifyIORef' error_loading_files (\xs -> (failedLoadingFiles <> xs,()))
-- retry without other files
Expand Down

0 comments on commit 8953aec

Please sign in to comment.