Skip to content

Commit

Permalink
[DOP-4033]: Use console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 17, 2023
1 parent 99ad2e1 commit 079fe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export async function executeCliCommand({
console.error('Options provided: ', options);

if (outputText) {
console.error(outputText.join(''));
console.log(outputText.join(''));
}

if (errorText) {
Expand Down

0 comments on commit 079fe47

Please sign in to comment.