mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
change warn to log
This commit is contained in:
parent
53b3dbc923
commit
42c420b281
@ -79,7 +79,7 @@ const confirmMessage = (message) => {
|
||||
const opts = command.opts();
|
||||
if (opts?.force) {
|
||||
// attempt to mimic the inquirer prompt exactly
|
||||
console.warn(`${green('?')} ${bold(message)} ${cyan('Yes')}`);
|
||||
console.log(`${green('?')} ${bold(message)} ${cyan('Yes')}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user