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

not displaying out of build_runner watch command #373

Closed
chandu0101 opened this issue Feb 26, 2021 · 2 comments
Closed

not displaying out of build_runner watch command #373

chandu0101 opened this issue Feb 26, 2021 · 2 comments

Comments

@chandu0101
Copy link

@Task()
gen() {
  Pub.run("build_runner", arguments: ["watch", "--delete-conflicting-outputs"]);
}

_grinder running gen

gen
pub run build_runner watch --delete-conflicting-outputs

no logs from builders... , but files are generated successfully.

@chandu0101
Copy link
Author

chandu0101 commented Feb 26, 2021

nvm ,looks like I have to use runAsync :)

@Mabsten
Copy link

Mabsten commented Mar 15, 2021

I have the same issue. There is a reason you only see logs using runAsync()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants