Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit ce9ce97

Browse files
committed
chore(init): remove stack
1 parent a69393d commit ce9ce97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Promise.resolve().then(function() {
2222
}).then(()=> {
2323
console.log('Generated README.md');
2424
}).catch(error => {
25-
console.error(error.message, error.stack);
25+
console.error(error.message);
2626
process.exit(1);
2727
});

0 commit comments

Comments
 (0)