We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e55089 commit 219bde6Copy full SHA for 219bde6
jsaddle-warp/src/Language/Javascript/JSaddle/WebSockets.hs
@@ -244,7 +244,7 @@ jsaddleJs' jsaddleUri refreshOnLoad = "\
244
245
-- | Start or restart the server.
246
-- To run this as part of every :reload use
247
--- > :def! reload (const $ return "::reload\nLanguage.Javascript.JSaddle.Warp.debug 3708 SomeMainModule.someMainFunction")
+-- > :def! reload (const $ return "::reload\\nLanguage.Javascript.JSaddle.Warp.debug 3708 SomeMainModule.someMainFunction")
248
debug :: Int -> JSM () -> IO ()
249
debug port f = do
250
debugWrapper $ \withRefresh registerContext ->
0 commit comments