We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 reason is that the raw data of desc in actions is
desc
actions
"desc": "This error isnot handled by Webinizer, please try to resolve it manually:\n\n```emcc: error: no input files\n```",
"desc": "This error is
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.
emcc
code-block: language
Resolution:
https://github.com/intel/webinizer/blob/cf8459f2c83fa3b642155a671c3151dfa6d11fbd/src/advisors/errors_not_handled.ts#L39C52-L39C59 ->
The text was updated successfully, but these errors were encountered:
NingW101
Successfully merging a pull request may close this issue.
The reason is that the raw data of
desc
inactions
is"desc": "This error is
nothandled 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 tocode-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
->
The text was updated successfully, but these errors were encountered: