We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原来的逻辑是收集错误信息,不打断安装操作,最终统一输出。
https://github.com/spmjs/spm/blob/f0c289db09940866e44b4ef19d4e1a6a3462592b/lib/install.js#L86
现在的逻辑是直接 throw,并打出当前的错误信息。
我觉得原来的逻辑体验更好。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
原来的逻辑是收集错误信息,不打断安装操作,最终统一输出。
https://github.com/spmjs/spm/blob/f0c289db09940866e44b4ef19d4e1a6a3462592b/lib/install.js#L86
现在的逻辑是直接 throw,并打出当前的错误信息。
我觉得原来的逻辑体验更好。
The text was updated successfully, but these errors were encountered: