Skip to content

Commit

Permalink
pause before running
Browse files Browse the repository at this point in the history
  • Loading branch information
braceyourself committed Jan 20, 2025
1 parent a021fcd commit 39f045b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Commands/RunStartupCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public function handle()

$this->info("> $command");

// pause for a second...
sleep(1);


try {
// handle 'command',
Expand All @@ -81,9 +84,6 @@ public function handle()
$this->error(" - Command Failed.");
$this->error(" - ".$e->getMessage());
}

// pause for a second...
sleep(1);
}

}
Expand Down

0 comments on commit 39f045b

Please sign in to comment.