Skip to content

Commit f317722

Browse files
Robert Holtrjmholt
Robert Holt
authored andcommitted
Fix silliness
1 parent 62c70cf commit f317722

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tools/GitHubTools.psm1

-2
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ function Get-GitCommit
439439
$organization = $originDetails.Organization
440440
$repository = $originDetails.Repository
441441

442-
Wait-Debugger
443-
444442
Write-Verbose "Getting local git commit data"
445443

446444
$null = Exec { git fetch --all }

tools/changelog/updateChangelog.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ Write-Host "vscode-PowerShell CHANGELOG:`n`n$psextChangelogSection`n`n"
269269

270270
#region PRs
271271

272-
return
273-
274272
# PSES PR
275273
$cloneLocation = Join-Path ([System.IO.Path]::GetTempPath()) "${psesRepoName}_changelogupdate"
276274

0 commit comments

Comments
 (0)