diff --git a/lib/src/surrealdb_wasm.dart b/lib/src/surrealdb_wasm.dart index 2809cd4..2461951 100644 --- a/lib/src/surrealdb_wasm.dart +++ b/lib/src/surrealdb_wasm.dart @@ -445,6 +445,7 @@ class Surreal { e.contains('Encountered a non-object value in array')) { // If it's the specific error we're looking for, // not handled due to the reported issue. + // ignore: avoid_print print(''' ERROR: "$e" is not handled. Please see https://github.com/surrealdb/surrealdb.wasm/issues/56.''');