Skip to content

Commit c4bb53a

Browse files
committed
update inline doc
1 parent 4bdc2c8 commit c4bb53a

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
@@ -438,8 +438,8 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
438438
-- they are inconsistent. So, everywhere you modify 'fileToFlags',
439439
-- you have to modify 'filesMap' as well.
440440
filesMap <- newVar HM.empty :: IO (Var FilesMap)
441-
pendingFilesTQueue <- newTQueueIO
442441
-- Pending files waiting to be loaded
442+
pendingFilesTQueue <- newTQueueIO
443443
-- Version of the mappings above
444444
version <- newVar 0
445445
biosSessionLoadingVar <- newVar Nothing :: IO (Var (Maybe SessionLoadingPreferenceConfig))

0 commit comments

Comments
 (0)