-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Improve CLI output #536
Improve CLI output #536
Conversation
gibson042
commented
May 25, 2017
- Always use verbosity-aware CLI logging
- Include file paths in CLI log output
@@ -75,7 +75,7 @@ files.forEach(function (file) { | |||
var oDOM | |||
var svgContent | |||
|
|||
console.log('ready to execute png: ' + filename + '.png ') | |||
log('ready to execute: ' + file) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this change makes execution completely silent without --verbose
. If that's undesirable, we could use console.log
for "ready to execute" and "saved" messages.
Do you know why Travis CI build failed? It was OK: https://travis-ci.org/knsv/mermaid/builds/225268042 |
Ugh, it's the thing I had to update for running tests locally:
Fixed now (I hope). |
It failed again, but this one is probably out of my hands:
|
Nevermind, I fixed it per Travis CI documentation. 🙌 |
Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) from 1.0.0-next.21 to 1.0.0-next.22. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/master/packages/adapter-static/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/HEAD/packages/adapter-static) --- updated-dependencies: - dependency-name: "@sveltejs/adapter-static" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>