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(+) (limited to 'lib') 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 '/akkartik/mu/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/html/browse-slack/main.mu.html
blob: 1fc961746a34afef148298fc020ed1fe56205d4b (plain) (tree)
1
2
3
4
5
6
7
8
9