mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
opt: check `private key` size opt: expand key list in default
This commit is contained in:
@@ -67,8 +67,8 @@ void runInZone(dynamic Function() body) {
|
||||
void onError(Object obj, StackTrace stack) {
|
||||
Analysis.recordException(obj);
|
||||
final debugProvider = locator<DebugProvider>();
|
||||
debugProvider.addError(obj);
|
||||
debugProvider.addError(stack);
|
||||
debugProvider.addMultiline(obj, Colors.red);
|
||||
debugProvider.addMultiline(stack, Colors.white);
|
||||
}
|
||||
|
||||
Future<void> main() async {
|
||||
|
||||
Reference in New Issue
Block a user