Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The content of error not handled by webinizer is not well displayed #16

Closed
NingW101 opened this issue Oct 9, 2023 · 0 comments · Fixed by #17
Closed

The content of error not handled by webinizer is not well displayed #16

NingW101 opened this issue Oct 9, 2023 · 0 comments · Fixed by #17
Assignees
Labels
bug Something isn't working
Milestone

Comments

@NingW101
Copy link
Contributor

NingW101 commented Oct 9, 2023

image

The reason is that the raw data of desc in actions is

"desc": "This error isnot handled by Webinizer, please try to resolve it manually:\n\n```emcc: error: no input files\n```",

and the emcc in content will be recognized and converted to code-block: language and the content will be ignored and not displayed.

Resolution:

https://github.com/intel/webinizer/blob/cf8459f2c83fa3b642155a671c3151dfa6d11fbd/src/advisors/errors_not_handled.ts#L39C52-L39C59
->

image

@NingW101 NingW101 added the bug Something isn't working label Oct 9, 2023
@lingyuncai lingyuncai added this to the 23WW42 milestone Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants