--error-file
does not output the json diagnostics from GHC
#326
Labels
linear
Created by Linear-GitHub Sync
--error-file
does not output the json diagnostics from GHC
#326
What happened?
I'm running the following:
When I introduce errors in the file, I see the json diagnostics from GHC pop-up in the ghciwatch process, but the file
ghc-out.json
is empty.I was planning on using this as an
activateCommand
foralloglot
, in the same spirit as the one described on its readme:What did you expect to happen?
No response
Steps to reproduce the issue
Run the above command, and
cat ghc-out.json
.The version of ghciwatch with the bug
1.0.1
The text was updated successfully, but these errors were encountered: