Skip to content

Commit a2d49e7

Browse files
Update templates/cli/lib/parser.js.twig
1 parent cc0f854 commit a2d49e7

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
@@ -143,10 +143,8 @@ const parseError = (err) => {
143143
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`);
144144

145145

146-
error('\n Error stacktrace');
147-
146+
error('\n Stack Trace: \n');
148147
console.error(err);
149-
150148
process.exit(1);
151149
})()
152150
} else {

0 commit comments

Comments
 (0)