Closed 1natsu172 closed 4 years ago
Fix the problem that error log thrown inside the build is not output correctly (e.g. TypeScript compile error messages).
Output all error of thrown object by execa. see: https://github.com/sindresorhus/execa/tree/e98561a71df16695f56700d7be406ec8fe41f0a3
By the way, the current dependent version of execa is v2, but from v3 enable the all option is required.
all
Fix the problem that error log thrown inside the build is not output correctly (e.g. TypeScript compile error messages).
Output all error of thrown object by execa. see: https://github.com/sindresorhus/execa/tree/e98561a71df16695f56700d7be406ec8fe41f0a3
By the way, the current dependent version of execa is v2, but from v3 enable the
all
option is required.