Skip to content

Commit 8c3f6e7

Browse files
committed
fix: missing early return
1 parent e250f6a commit 8c3f6e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/utilities/logger.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class Logging {
133133
", ERROR: $error"
134134
", STRACE: $stackTrace",
135135
);
136+
return;
136137
}
137138

138139
if (Util.isTestEnv || Util.isArmLinux) {

0 commit comments

Comments
 (0)