From c92237720248d8ce94f84ac6aef6409ab116897f Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 9 Jul 2019 12:24:45 +0200 Subject: [PATCH] Remove comment about IORef --- src/Language/Haskell/LSP/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/Haskell/LSP/Test.hs b/src/Language/Haskell/LSP/Test.hs index 5c41a7b..c4b90fb 100644 --- a/src/Language/Haskell/LSP/Test.hs +++ b/src/Language/Haskell/LSP/Test.hs @@ -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 -- 2.30.2