Skip to content

Commit

Permalink
chore(cli): fixes linting err
Browse files Browse the repository at this point in the history
fixes the linting err
  • Loading branch information
pranshuchittora committed Jun 1, 2019
1 parent b5e1913 commit 9f1deb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -108,7 +108,7 @@ For more information, see https://webpack.js.org/api/cli/.`);
*/
const stdout = argv.silent
? {
write: () => {}
write: () => {}
} // eslint-disable-line
: process.stdout;

Expand Down

0 comments on commit 9f1deb2

Please sign in to comment.