Skip to content

Commit

Permalink
put Test-PodeVersionPwshEOL before Show-PodeConsoleInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Dec 17, 2024
1 parent 6148904 commit 2bec4c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Private/Server.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ function Start-PodeInternalServer {
)

try {
Show-PodeConsoleInfo

$null = Test-PodeVersionPwshEOL -ReportUntested

#Show starting console
Show-PodeConsoleInfo

# setup temp drives for internal dirs
Add-PodePSInbuiltDrive

Expand Down

0 comments on commit 2bec4c4

Please sign in to comment.