Skip to content

Commit cfc0117

Browse files
committedMay 14, 2019
fix(ci): fixes linting error in ci
fixed linting error
1 parent a9bc0bd commit cfc0117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For more information, see https://webpack.js.org/api/cli/.`);
107107
*/
108108
const stdout = argv.silent
109109
? {
110-
write: () => {}
110+
write: () => {}
111111
} // eslint-disable-line
112112
: process.stdout;
113113

0 commit comments

Comments
 (0)
Please sign in to comment.