[ddc] Unexpected errors thrown from the hot reload test suite are not always plumbed to the console output #56881
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dev-compiler
Some example output:
The actual message from the unhandled exception in this case should be
type 'String' is not a subtype of type 'int' of 'function result'
.The message and the stack trace should be added to the failure output.
The text was updated successfully, but these errors were encountered: