Skip to content

Commit

Permalink
Create Block: More careful prompts to continue when minimum system re…
Browse files Browse the repository at this point in the history
…quirements are not met (#42254)
  • Loading branch information
t-hamano authored Jul 8, 2022
1 parent dd8d577 commit 9d52373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-block/lib/check-system-requirements.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ async function checkSystemRequirements( engines ) {
}
} );

log.info( '' );
log.error( 'The program may not complete correctly if you continue.' );
log.info( '' );

const { yesContinue } = await inquirer.prompt( [
Expand Down

0 comments on commit 9d52373

Please sign in to comment.