Skip to content

Commit

Permalink
fix(@angular/cli): open app with servePath
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco authored and filipesilva committed Sep 28, 2017
1 parent 870c4d6 commit 0c55e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/tasks/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default Task.extend({
return reject(err);
}
if (serveTaskOptions.open) {
opn(serverAddress);
opn(serverAddress + servePath);
}
});
// Node 8 has a keepAliveTimeout bug which doesn't respect active connections.
Expand Down

0 comments on commit 0c55e5b

Please sign in to comment.