fixed cancel
parent
6b8a852105
commit
48de9e590b
5
index.js
5
index.js
|
@ -91,6 +91,11 @@ function printHelp() {
|
||||||
|
|
||||||
console.log()
|
console.log()
|
||||||
|
|
||||||
|
if (res.projectName === undefined) {
|
||||||
|
console.log('已取消操作~~')
|
||||||
|
process.exit(1)
|
||||||
|
}
|
||||||
|
|
||||||
if (res.projectName === '.') {
|
if (res.projectName === '.') {
|
||||||
res.projectName = DEFAULT_NAME
|
res.projectName = DEFAULT_NAME
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "create-five",
|
"name": "create-five",
|
||||||
"description": "一个快速创建Five.js项目的小工具",
|
"description": "一个快速创建Five.js项目的小工具",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": "yutent <yutent.io@gmail.com>",
|
"author": "yutent <yutent.io@gmail.com>",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-five": "index.js"
|
"create-five": "index.js"
|
||||||
|
|
Loading…
Reference in New Issue