-
Notifications
You must be signed in to change notification settings - Fork 419
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
wasm-pack.log shouldn't be outputted if no error happened #465
Labels
Milestone
Comments
strong agree @drager ! i would happily take a PR for this :) good call and thanks for filing! |
Absolutely, I can make a PR :) |
I think this issue wont be relevant once #434 is merged. If I interpret that PR correctly? @alexcrichton |
Indeed! |
cool- i'll work on the merge conflict for that and get it ready for the 0.6.0 release |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug description
When running
wasm-pack build
I get an emptywasm-pack.log
file.🤔 Expected Behavior
I expect to not get any log file if no error occurred and I expect to not get an empty one.
👟 Steps to reproduce
Follow all the steps here: https://github.com/rustwasm/wasm-pack#-quickstart-guide and then run
wasm-pack build
.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.5.1
rustc version: rustc 1.31.0 (abe02cefd 2018-12-04)
The text was updated successfully, but these errors were encountered: