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

custom error message when wasm-bindgen fails because --web isn't available #633

Closed
wants to merge 2 commits into from

Commits on Apr 21, 2019

  1. rustwasm#627 - create a custom error message when wasm-bindgen fails …

    …because --web isn't available
    
    Change the return type of the child run commands so it can return a CommandError that also captures the stderr if the process fails.
    See if the returned output contains the 'Unknown flag: --web' error message and if so provide an alternative error that suggests upgrading
    Kirk Turner committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    97fdc94 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    64f835c View commit details
    Browse the repository at this point in the history