Skip to content

Commit 8953aec

Browse files
committed
typo
1 parent b879375 commit 8953aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/session-loader/Development/IDE/Session.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
665665
if (length toLoads > 1)
666666
then do
667667
succLoaded_files <- readIORef cradle_files
668-
-- mark as less loaded files as failedLoadingFiles possible
668+
-- mark as less loaded files as failedLoadingFiles as possible
669669
let failedLoadingFiles = (Set.insert cfp toLoads) `Set.difference` succLoaded_files
670670
atomicModifyIORef' error_loading_files (\xs -> (failedLoadingFiles <> xs,()))
671671
-- retry without other files

0 commit comments

Comments
 (0)