This commit is contained in:
2025-10-16 09:51:42 +04:00
parent 91fdf9a774
commit 099b21510d
6 changed files with 283 additions and 106 deletions

View File

@@ -26,5 +26,10 @@ pub fn (mut a Atlas) export(args ExportArgs) ! {
include: args.include
redis: args.redis
)!
// Print errors for this collection if any
if col.has_errors() {
col.print_errors()
}
}
}