Skip to content

Commit

Permalink
add pause
Browse files Browse the repository at this point in the history
  • Loading branch information
braceyourself committed Jan 20, 2025
1 parent 1dd8f9a commit a021fcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Commands/RunStartupCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public function handle()
$this->error(" - Command Failed.");
$this->error(" - ".$e->getMessage());
}

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

}
Expand Down

0 comments on commit a021fcd

Please sign in to comment.