We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ac699 commit a440c31Copy full SHA for a440c31
1 file changed
src/core/handlers.js
@@ -110,8 +110,5 @@ module.exports.actionHandler = type => new Promise((resolve, reject) => {
110
'To test the project => npm test',
111
]);
112
})
113
- .catch((error) => {
114
- console.log(error);
115
- reject(new Error('Cannot create project!'));
116
- });
+ .catch(() => reject(new Error('Cannot create project!')));
117
});
0 commit comments