From 9fededa37f0788e20ecb0c94dd4952ceed3b83a7 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 4 Nov 2021 15:47:02 +0530 Subject: Wait for jobs to finish before creating the slideshow --- lib/Fornax/CLI.rakumod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Fornax/CLI.rakumod b/lib/Fornax/CLI.rakumod index 43a5fe3..0bd3d54 100644 --- a/lib/Fornax/CLI.rakumod +++ b/lib/Fornax/CLI.rakumod @@ -145,6 +145,8 @@ multi sub MAIN( } } } + # Wait for remaining jobs to finish. + await @p; put "[fornax] Generated images." if $verbose; -- cgit 1.4.1-2-gfad0