There was an error while loading. Please reload this page.
1 parent aff1108 commit 54b21c7Copy full SHA for 54b21c7
1 file changed
Test/include/transcriptHelp.ps1
@@ -32,7 +32,7 @@ function Export-MyTranscript {
32
[CmdletBinding()]
33
param (
34
[Parameter(Mandatory, Position = 0)]
35
- [string[]]$transcriptContent
+ [object[]]$transcriptContent
36
)
37
38
$i = 0..($transcriptContent.Count - 1) | Where-Object { $transcriptContent[$_] -eq "**********************" }
0 commit comments