TencentCloudBase / cloudbase-cli

The cli tool for cloudbase
ISC License
46 stars 12 forks source link

bug: when depolying more than 1000 files, ora.js and inquirer.js cross-breaks console. #9

Closed dongyuanxin closed 4 years ago

dongyuanxin commented 4 years ago

类型

描述

当上传超过1000个文件的时候,命令行会一直显示等待状态:

image

没有任何反应。

原因

ora.js 和 inquirer.js 对命令行的操作发生了冲突

https://github.com/TencentCloudBase/cloudbase-cli/blob/29fd20443ded19f397803ed27f8e50cb5c09b286/src/commands/hosting/hosting.ts#L62-L84