Increased range limit for PSInject source to accomodate increased launcher size
parent
8d489ae66d
commit
dfd91c9cd8
|
@ -41,7 +41,7 @@ Param(
|
|||
$ProcName,
|
||||
|
||||
[Parameter(Position = 6, Mandatory = $true)]
|
||||
[ValidateLength(1,3000)]
|
||||
[ValidateLength(1,4000)]
|
||||
[String]
|
||||
$PoshCode,
|
||||
|
||||
|
|
Loading…
Reference in New Issue