glutinum-org / cli

Home Page:https://glutinum.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `Report issue` button if compilation fails

MangelMaxime opened this issue · comments

At the time of writing, the code below makes the compilation crash

export type Result = ReadonlyArray<string> | string

It displays the error message correctly, but user don't have access to a Report issue button. We should ofter it and probably also propose it for the AST viewers tabs too.