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

Standard error is printed twice for some failing commands #422

Closed
alexcrichton opened this issue Oct 29, 2018 · 0 comments
Closed

Standard error is printed twice for some failing commands #422

alexcrichton opened this issue Oct 29, 2018 · 0 comments
Milestone

Comments

@alexcrichton
Copy link
Contributor

🐛 Bug description

I was testing something out today and ran:

$ git clone https://github.com/rustwasm/wasm-pack-template
$ cd wasm-pack-template
$ wasm-pack build

  [1/9] Checking `rustc` version...
  [2/9] Checking crate configuration...
  [3/9] Adding WASM target...
  info: component 'rust-std' for target 'wasm32-unknown-unknown' is up to date
  [4/9] Compiling to WASM...
  error: failed to parse manifest at `/home/alex/code/wasm-pack-template/Cargo.toml`

  Caused by:
|   Invalid character `{` in package name: `{{project-name}}`
Compiling your crate to WebAssembly
Caused by: Process exited with exit code: 101: `cargo build` did not exit successfully.

stdout:

stderr:

error: failed to parse manifest at `/home/alex/code/wasm-pack-template/Cargo.toml`

Caused by:
  Invalid character `{` in package name: `{{project-name}}`

@fitzgen fitzgen added bug Something isn't working logging labels Oct 30, 2018
fitzgen added a commit to fitzgen/wasm-pack that referenced this issue Oct 30, 2018
…hat to console when running the child process

Fixes rustwasm#422
@ashleygwilliams ashleygwilliams added this to the 0.6.0 milestone Jan 11, 2019
@ashleygwilliams ashleygwilliams added changelog - fix and removed bug Something isn't working logging labels Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants