chore: dart 3+

This commit is contained in:
lollipopkit
2023-10-28 21:52:18 +08:00
parent 7de5987355
commit 1023f092f6
4 changed files with 4 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ void _runInZone(void Function() body) {
body,
(obj, trace) {
Analysis.recordException(trace);
Loggers.root.warning(obj, trace);
Loggers.root.warning(obj);
},
zoneSpecification: zoneSpec,
);