Skip to content

Commit

Permalink
fix snippet test error catching template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Mar 22, 2024
1 parent f9aec0d commit 04852a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/doc/templates/catch.tpl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void main() async {
await kuzzle.connect();
[snippet-code]
} catch(e, s) {
print(e.message);
print(e);
} finally {
kuzzle.disconnect();
}
Expand Down

0 comments on commit 04852a1

Please sign in to comment.