Skip to content

Commit

Permalink
Merge branch 'error-controller-updates' of github.com:digitallyinduce…
Browse files Browse the repository at this point in the history
…d/haskellframework into error-controller-updates
  • Loading branch information
mpscholten committed Aug 7, 2020
2 parents 6bc2699 + bd9b5ca commit 21f2ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/IDE/StatusServer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ renderErrorView standardOutput errorOutput isCompiling = [hsx|
<a href={("https://github.com/digitallyinduced/ihp/issues/new?body=" :: Text) <> cs (URI.escapeURIString URI.isUnescapedInURI (cs errorOutput))} target="_blank">Open a GitHub Issue</a>
</div>

<pre style="font-family: Menlo, monospace; font-size: 8px" id="stdout">{standardOutput}</pre>
<pre style="font-family: Menlo, monospace; font-size: 10px" id="stdout">{standardOutput}</pre>
</div>
|]
parseErrorOutput output =
Expand Down

0 comments on commit 21f2ebf

Please sign in to comment.