diff --git a/lib/cli/commands/create_db.dart b/lib/cli/commands/create_db.dart index fde9a2a..9440eb1 100644 --- a/lib/cli/commands/create_db.dart +++ b/lib/cli/commands/create_db.dart @@ -44,6 +44,7 @@ class CreateDb extends Command { }) .catchError((error) { print('Error creating database: $error'); + print(error.stackTrace); failed = true; }) .whenComplete(() {