Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jul 16, 2024
1 parent 04607fe commit 7163d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export async function runScript(
)
}
} else {
logVerbose("")
if (options.json && result !== undefined)
console.log(JSON.stringify(result, null, 2))
if (options.yaml && result !== undefined)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/azuredevops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,5 @@ export async function azureDevOpsCreateIssueComment(
})
if (res.status !== 200)
logError(`pull request comment creation failed, ${res.statusText}`)
logVerbose(`pull request comment created}`)
logVerbose(`pull request comment created`)
}

0 comments on commit 7163d30

Please sign in to comment.