We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d53e22 commit 6719093Copy full SHA for 6719093
lib/src/surrealdb_wasm.dart
@@ -445,6 +445,7 @@ class Surreal {
445
e.contains('Encountered a non-object value in array')) {
446
// If it's the specific error we're looking for,
447
// not handled due to the reported issue.
448
+ // ignore: avoid_print
449
print('''
450
ERROR: "$e" is not handled.
451
Please see https://github.com/surrealdb/surrealdb.wasm/issues/56.''');
0 commit comments