From feddb8c78897f33fd70259d542b7b6bfd98b7fac Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Mon, 3 Sep 2018 22:29:42 +0200 Subject: [PATCH] Formatting in warning --- plugins/warnings | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/warnings b/plugins/warnings index ebf46f1..d25f529 100755 --- a/plugins/warnings +++ b/plugins/warnings @@ -35,9 +35,8 @@ sub hook_add { } _read_warnings; if (@warnings) { - print "\e[7m>> $_ <<\e[0m " for @warnings; + print "\e[7m>> $_ <<\e[0m\n" for @warnings; sleep 2; - print "\n"; } }