From: jneira Date: Tue, 9 Jul 2019 10:24:45 +0000 (+0200) Subject: Remove comment about IORef X-Git-Tag: 0.6.1.0~2^2~24 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=c92237720248d8ce94f84ac6aef6409ab116897f Remove comment about IORef --- 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