Skip to content

Commit

Permalink
better condition
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Mar 25, 2024
1 parent 3140e0b commit e49af1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ export const askQuestions = async (
handlers,
);
program.dataSource.config.push({ baseUrl, prefix, depth: 1 });
if (shouldContinue !== undefined && !shouldContinue) {
if (!shouldContinue) {
break;
}
}
Expand Down

0 comments on commit e49af1b

Please sign in to comment.