We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e440802 commit 802b26fCopy full SHA for 802b26f
lib/json.ps1
@@ -223,7 +223,6 @@ function Sort-ScoopManifestRootProperties {
223
224
# Get wanted order from Scoop manifest schema
225
if ([string]::IsNullOrWhiteSpace($Script:WantedOrder)) {
226
- Write-Debug -Message ('{0}\..\schema.json' -f $PSScriptRoot)
227
$Script:WantedOrder = [string[]](
228
(
229
parse_json -path (
0 commit comments