We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee1d90 commit 30c6d1cCopy full SHA for 30c6d1c
lib/generate/generator.js
@@ -62,7 +62,6 @@ BaseGenerator.prototype.copyCover = function() {
62
]);
63
})
64
.fail(function(err) {
65
- console.log(err);
66
return Q();
67
});
68
};
0 commit comments