Skip to content

Commit 76a51d5

Browse files
committed
Merge pull request #469 from sanusart/master
FIX console.log spacing
2 parents 7fc08e8 + 903c603 commit 76a51d5

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)