Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
exit 1 -> throw
  • Loading branch information
scbedd authored and azure-sdk committed Oct 10, 2024
commit 4ad426d8972976ab58c27f09ad5b6850af1dbc43
3 changes: 1 addition & 2 deletions eng/common/scripts/Helpers/Package-Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ function CompatibleConvertFrom-Yaml {
)

if (!($Content)) {
Write-Error "Content is required."
exit 1
throw "Content to parse is a required input."
}

# Initialize any variables or checks that need to be done once
Expand Down