Skip to content

Commit 903c603

Browse files
committed
FIX console.log spacing
- There is open issue #365 for this earlier this year, with appropriate PR, but conflicts are preventing it from merge Closes #365
1 parent 2c9a461 commit 903c603

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
@@ -250,7 +250,7 @@ function processOptions(wpOpt) {
250250
var uri = protocol + "://" + options.host + ":" + options.port + "/";
251251
if(options.inline === false)
252252
uri += "webpack-dev-server/";
253-
console.log(uri);
253+
console.log(" " + uri);
254254

255255
console.log("webpack result is served from " + options.publicPath);
256256
if(Array.isArray(options.contentBase))

0 commit comments

Comments
 (0)