Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Mar 7, 2021
1 parent d172095 commit eaf8626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/functions/Output.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,7 @@ function Get-WriteScreenPlugin ($Verbosity) {
}


$p.ContainerRunStart = {
param ($Context)

$p.RunStart = {
& $SafeCommands["Write-Host"] -ForegroundColor Magenta "Running tests."
}

Expand Down

0 comments on commit eaf8626

Please sign in to comment.