Skip to content

Commit

Permalink
:facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 21, 2025
1 parent b7901c4 commit e683ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/generator/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ program
.parse(process.argv);

if (!program.disableWarning) {
console.yellow(red(
console.warn(yellow(
'Warning: The "ag" CLI is deprecated and will be removed in a future release. Please use the AsyncAPI CLI instead. See release notes for details: https://github.com/asyncapi/generator/releases/tag/%40asyncapi%2Fgenerator%402.6.0. You can hide this working using --disable-warning flag.')
);
}
Expand Down

0 comments on commit e683ea8

Please sign in to comment.