Skip to content

Commit 6719093

Browse files
committed
fix: analysis error
1 parent 7d53e22 commit 6719093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/surrealdb_wasm.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ class Surreal {
445445
e.contains('Encountered a non-object value in array')) {
446446
// If it's the specific error we're looking for,
447447
// not handled due to the reported issue.
448+
// ignore: avoid_print
448449
print('''
449450
ERROR: "$e" is not handled.
450451
Please see https://github.com/surrealdb/surrealdb.wasm/issues/56.''');

0 commit comments

Comments
 (0)