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

The loader breaks, if the remark "// {#} -sign" is at the rear of the "await" statement. #3

Closed
stuartZhang opened this issue May 8, 2018 · 2 comments
Labels
feature Want to add features

Comments

@stuartZhang
Copy link

The below statement

await download(url); // {#} -sign

doesn't output any of logs for the input variable "url" and the return value.

@TaroXin
Copy link
Owner

TaroXin commented May 8, 2018

Thanks for you feedback.

vue-pretty-logger is still improving.

This feature will be added to the upcoming release.

@TaroXin TaroXin added the feature Want to add features label May 8, 2018
TaroXin added a commit that referenced this issue May 8, 2018
BREAKING CHANGE: add await statement comment compiler

#3
@TaroXin
Copy link
Owner

TaroXin commented May 8, 2018

This feature is currently available. The vue-pretty-logger will treat the await statement as a function call. Please upgrade to version 0.8.7.

@TaroXin TaroXin closed this as completed May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Want to add features
Projects
None yet
Development

No branches or pull requests

2 participants