Skip to content

Commit

Permalink
(GH-937) Working directory should be in debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Sep 5, 2016
1 parent 8d3847d commit 3139d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ param(
)
[string]$statements = $statements -join ' '

Write-Debug "Running 'Start-ChocolateyProcessAsAdmin' with exeToRun:`'$exeToRun`', statements: `'$statements`' ";
Write-Debug "Running 'Start-ChocolateyProcessAsAdmin' with exeToRun:'$exeToRun', statements: '$statements', workingDirectory: '$workingDirectory' ";

try{
if ($exeToRun -ne $null) { $exeToRun = $exeToRun -replace "`0", "" }
Expand Down

0 comments on commit 3139d06

Please sign in to comment.