You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, something changed in the meantime. The command is called "build" again but I need some safeguard against output being an empty string (because json-read-from-string signals an error in that case).
With the new crystal the arguments passed should be probably be
compile --no-color --no-codegen
instead ofcompile build --no-build --no-color
However, probably one should use the json output together with
json.el
or so to get accurate error informationActually, as a quick hack the following might work
The text was updated successfully, but these errors were encountered: