opt: check `private key` size
opt: expand key list in default
This commit is contained in:
lollipopkit
2023-02-17 16:49:41 +08:00
parent 0c198c23fc
commit 558721fa79
6 changed files with 16 additions and 39 deletions

View File

@@ -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 {