Open CLeeSpruit opened 10 months ago
Force some sort of error in a cake.dart Flutter file. At minimum:
cake.dart
import 'package:cake_flutter/cake_flutter.dart'; void main() { throw 'Eaten error message!' FlutterTestRunner('Ideally Functioning Tests', // ....
Running it in debug mode reports the error in the console.
This also happens if there's any print commands or any output that isn't straight from Cake printer.
To reproduce:
Force some sort of error in a
cake.dart
Flutter file. At minimum:Workaround
Running it in debug mode reports the error in the console.