fix(format): Fix format command confirmation prompt to correctly check user response
This commit is contained in:
@@ -135,7 +135,7 @@ export let run = async (options: {
|
||||
default: true
|
||||
});
|
||||
|
||||
if (!(response as any).proceed) {
|
||||
if (!(response as any).value) {
|
||||
logger.log('info', 'Format operation cancelled by user');
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user