Skip to content

Commit bea88b5

Browse files
soulomoonjhrcek
andauthored
Update ghcide/session-loader/Development/IDE/Session.hs
Co-authored-by: Jan Hrcek <[email protected]>
1 parent 0c4a2f5 commit bea88b5

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
@@ -518,7 +518,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} dir = do
518518
return (pure hasUpdate)
519519
for_ hasUpdate $ \x ->
520520
logWith recorder Debug $ LogKnownFilesUpdated x
521-
return $ toKey GetKnownTargets emptyFilePath
521+
return $ toNoFileKey GetKnownTargets
522522

523523
-- Create a new HscEnv from a hieYaml root and a set of options
524524
let packageSetup :: (Maybe FilePath, NormalizedFilePath, ComponentOptions, FilePath)

0 commit comments

Comments
 (0)