We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we want to fiddle with the logic here: https://github.com/dart-lang/build/blob/master/build_daemon/lib/client.dart#L56
The text was updated successfully, but these errors were encountered:
Found out we actually log the error message. However, the message is immediately cleared due to our logging logic. This will mostly be fixed by build_daemon version 1.0.0 as the client will now log SEVERE messages which should not be cleared: https://github.com/dart-lang/build/blob/master/build_daemon/lib/client.dart#L36
build_daemon
1.0.0
SEVERE
Sorry, something went wrong.
@grouma is this done now?
Yup. This is done.
grouma
No branches or pull requests
I think we want to fiddle with the logic here:
https://github.com/dart-lang/build/blob/master/build_daemon/lib/client.dart#L56
The text was updated successfully, but these errors were encountered: