From 23cbcafeb08ac277955ea451a285be3c98d98c46 Mon Sep 17 00:00:00 2001 From: leventcorapsiz Date: Mon, 27 May 2024 05:53:16 +0300 Subject: [PATCH] small fix --- src/Commands/TopCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/TopCommand.php b/src/Commands/TopCommand.php index 7775185..d7a9d80 100644 --- a/src/Commands/TopCommand.php +++ b/src/Commands/TopCommand.php @@ -32,7 +32,7 @@ public function handle(GuiBuilder $guiBuilder): void $guiBuilder ->exitAlternateScreen() ->showCursor(); - exit(1); + exit(0); }); }