mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 20:51:17 +01:00
Fix typo
This commit is contained in:
parent
c8820b0e9e
commit
0357742670
@ -11,7 +11,7 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
param([int]port = 8099)
|
||||
param([int]$port = 8099)
|
||||
|
||||
try {
|
||||
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||
|
Loading…
Reference in New Issue
Block a user