mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Merge pull request #4108 from strapi/chore/sentry-full-errors
Use stderr instead of message
This commit is contained in:
commit
8ac65379e6
@ -93,6 +93,8 @@ module.exports = async function createProject(
|
||||
loader.stop();
|
||||
console.log(`Dependencies installed ${chalk.green('successfully')}.`);
|
||||
} catch (error) {
|
||||
error.message = error.stderr;
|
||||
|
||||
loader.stop();
|
||||
await trackUsage({
|
||||
event: 'didNotInstallProjectDependencies',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user