Remove comment about IORef
authorjneira <atreyu.bbb@gmail.com>
Tue, 9 Jul 2019 10:24:45 +0000 (12:24 +0200)
committerjneira <atreyu.bbb@gmail.com>
Tue, 9 Jul 2019 10:24:45 +0000 (12:24 +0200)
src/Language/Haskell/LSP/Test.hs

index 5c41a7b68718c2d2d9ed4f1f07cd660e4c7c9fcf..c4b90fb944489828f718d173db11bb902bc1e822 100644 (file)
@@ -137,7 +137,7 @@ runSessionWithConfig :: SessionConfig -- ^ Configuration options for the session
                      -> Session a -- ^ The session to run.
                      -> IO a
 runSessionWithConfig config serverExe caps rootDir session = do
-  -- We use this IORef to make exception non-fatal when the server is supposed to shutdown.
+  
   pid <- getCurrentProcessID
   absRootDir <- canonicalizePath rootDir