Skip to content

Commit e341604

Browse files
committed
Binding welcome message
1 parent 615e250 commit e341604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Core/Startup-Log.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ function Startup {
4646
Write-Host "Backup 2: https://codeberg.org/emadadel/itt" -ForegroundColor Gray
4747
Write-Host " ╚═╝ ╚═╝ ╚═╝ " -ForegroundColor White
4848
# debug start
49-
#if ($Debug) { return }
49+
if ($Debug) { return }
5050
# debug end
51-
#UsageCount
51+
UsageCount
5252
Quotes
5353
}
5454

0 commit comments

Comments
 (0)