This commit is contained in:
Markus Fleschutz 2021-09-20 12:32:24 +02:00
parent c8820b0e9e
commit 0357742670

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
param([int]port = 8099)
param([int]$port = 8099)
try {
$StopWatch = [system.diagnostics.stopwatch]::startNew()