Skip to content

Commit 3d2646a

Browse files
committed
Merge remote-tracking branch 'origin/feat-report-error' into feat-report-error
2 parents 68b026b + a2d49e7 commit 3d2646a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/cli/lib/parser.js.twig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,8 @@ const parseError = (err) => {
145145
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`);
146146

147147

148-
error('\n Error stacktrace');
149-
148+
error('\n Stack Trace: \n');
150149
console.error(err);
151-
152150
process.exit(1);
153151
})()
154152
} else {

0 commit comments

Comments
 (0)