Skip to content

Commit

Permalink
Fix issue #127 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and gaearon committed Jul 23, 2016
1 parent 10eae80 commit c9fd697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ new WebpackDevServer(compiler, {
hot: true, // Note: only CSS is currently hot reloaded
publicPath: config.output.publicPath,
quiet: true
}).listen(3000, 'localhost', function (err, result) {
}).listen(3000, function (err, result) {
if (err) {
return console.log(err);
}
Expand Down

0 comments on commit c9fd697

Please sign in to comment.