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 85ba5b6 commit f7306caCopy full SHA for f7306ca
bin/clean.js
@@ -37,7 +37,6 @@ const assetsDirectory = argument(`assets`, () => `${dirname(manifestPath)}/asset
37
* Helpers.
38
*/
39
const info = quiet ? (() => undefined) : console.log
40
-const error = quiet ? (() => undefined) : console.error
41
42
/*
43
* Clean.
0 commit comments