Skip to content

Commit 9f1deb2

Browse files
chore(cli): fixes linting err
fixes the linting err
1 parent b5e1913 commit 9f1deb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For more information, see https://webpack.js.org/api/cli/.`);
108108
*/
109109
const stdout = argv.silent
110110
? {
111-
write: () => {}
111+
write: () => {}
112112
} // eslint-disable-line
113113
: process.stdout;
114114

0 commit comments

Comments
 (0)