Skip to content

Commit 39506c4

Browse files
authored
Merge pull request #268 from relaystr/fix-console-logger-static-analysis
fix: static analysis issues
2 parents a74c41f + f4da746 commit 39506c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ndk/lib/shared/logger/console_output.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class ConsoleOutput extends LogOutput {
4646
message += '\n${event.stackTrace}';
4747
}
4848

49+
// ignore: avoid_print
4950
print(message);
5051
}
5152

0 commit comments

Comments
 (0)