We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c1149 commit 652b447Copy full SHA for 652b447
src/DAP/Adaptor.hs
@@ -156,10 +156,10 @@ registerNewDebugSession
156
-- used when sending events to the editor from the debugger (or from any forked thread).
157
--
158
-- >
159
- -- > registerNewDebugSession sessionId appState $ loadDebugger : \withAdaptor ->
+ -- > registerNewDebugSession sessionId appState $ loadDebugger : [\withAdaptor ->
160
-- > forever $ getDebuggerOutput >>= \output -> do
161
-- > withAdaptor $ sendOutputEvent defaultOutputEvent { outputEventOutput = output }
162
- -- >
+ -- > ]
163
164
-> Adaptor app ()
165
registerNewDebugSession k v debuggerConcurrentActions = do
0 commit comments