Skip to content

Commit

Permalink
fix: analysis error
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Mar 13, 2024
1 parent 7d53e22 commit 6719093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/surrealdb_wasm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.''');
Expand Down

0 comments on commit 6719093

Please sign in to comment.