Skip to content

Commit

Permalink
fix: 修复脚手架生成项目上报
Browse files Browse the repository at this point in the history
  • Loading branch information
xqxian authored and alexqxxu committed Jun 18, 2023
1 parent 6ece76f commit 70d09f6
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 117 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 17 additions & 49 deletions packages/feflow-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/feflow-cli/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ export default class Feflow {
}
// 有副作用,暂无好方法改造
if (cmdName === 'help' && registeredCommand) {
registeredCommand.runFn.call(this, ctx);
return;
return registeredCommand.runFn.call(this, ctx);
}
if (commandLine.length === 0) {
return;
Expand Down

0 comments on commit 70d09f6

Please sign in to comment.