From 67190931b1acb01fa9b0bada04845cbae354249a Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Wed, 13 Mar 2024 16:36:15 +0800 Subject: [PATCH] fix: analysis error --- lib/src/surrealdb_wasm.dart | 1 + 1 file changed, 1 insertion(+) 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.''');