From 3ded2f683d5ab6acfcb16fa63f1628b523007046 Mon Sep 17 00:00:00 2001 From: Hilbert Kong Date: Sun, 6 Sep 2020 12:14:17 +0800 Subject: [PATCH] Display the color bars after asynchronous operations --- Customizing-Info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Customizing-Info.md b/Customizing-Info.md index e04f26d..eb620a5 100644 --- a/Customizing-Info.md +++ b/Customizing-Info.md @@ -264,9 +264,9 @@ print_info () { info "GPU" gpu & info "Memory" memory & - info cols - # Wait for the functions to complete wait + + info cols } ```