Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-report-error' into feat-rep…
Browse files Browse the repository at this point in the history
…ort-error
  • Loading branch information
byawitz committed May 31, 2024
2 parents 68b026b + a2d49e7 commit 3d2646a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/cli/lib/parser.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,8 @@ const parseError = (err) => {
log(`To report this error you can:\n - Create a support ticket in our Discord server https://appwrite.io/discord \n - Create an issue in our Github\n ${githubIssueUrl.href}\n`);


error('\n Error stacktrace');

error('\n Stack Trace: \n');
console.error(err);

process.exit(1);
})()
} else {
Expand Down

0 comments on commit 3d2646a

Please sign in to comment.