Skip to content

Commit 9108219

Browse files
committed
fix: get all is not success
1 parent 3f5bfef commit 9108219

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

common/view/finder.view.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ async function studyMode(baseDir = process.cwd()) {
5151

5252
await createQuestionByTitleSlug(singleChoice, baseDir)
5353
}
54-
if (createMode === 'all') {
55-
console.log('暂不支持')
56-
// await getHot100QuestionListCode()
57-
}
54+
if (createMode === 'all') console.log('暂不支持')
55+
// await getHot100QuestionListCode()
5856
}
5957

6058
async function keywordMode(baseDir = process.cwd()) {

0 commit comments

Comments
 (0)