Remove comment about IORef
[lsp-test.git] / 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