Skip to content

Commit

Permalink
Fixed live reload not being triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Oct 23, 2020
1 parent 2f5f207 commit 5854d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exe/IHP/IDE/DevServer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ startAppGHCI = do

let loadAppCommands =
[ ":script " <> cs libDirectory <> "/applicationGhciConfig"
, ":set prompt \"\"" -- Disable the prompt as this caused output such as '[38;5;208mIHP>[m Ser[v3e8r; 5s;t2a0r8tmedI' instead of 'Server started'
, "import qualified ClassyPrelude"
, ":l Main.hs"
]
Expand Down

0 comments on commit 5854d40

Please sign in to comment.