Increased range limit for PSInject source to accomodate increased launcher size

websockets-multiuser
xorrior 2017-09-01 17:03:34 -04:00
parent 8d489ae66d
commit dfd91c9cd8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Param(
$ProcName,
[Parameter(Position = 6, Mandatory = $true)]
[ValidateLength(1,3000)]
[ValidateLength(1,4000)]
[String]
$PoshCode,