Skip to content

Commit c706a9b

Browse files
committed
Whoops, linting issue
1 parent be9efda commit c706a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack-dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function processOptions(wpOpt) {
266266
console.log("webpack result is served from " + options.publicPath);
267267
if(Array.isArray(options.contentBase))
268268
console.log("content is served from " + options.contentBase.join(", "));
269-
else if (options.contentBase)
269+
else if(options.contentBase)
270270
console.log("content is served from " + options.contentBase);
271271
if(options.historyApiFallback)
272272
console.log("404s will fallback to %s", options.historyApiFallback.index || "/index.html");

0 commit comments

Comments
 (0)