Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): dasherize disable-host-check sugg…
Browse files Browse the repository at this point in the history
…estion

Camel case arguments have been deprecated and therefore shouldn't be suggested.
  • Loading branch information
LeonEck authored and alan-agius4 committed Jul 19, 2021
1 parent 6b9843a commit ceade0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function serveWebpackBrowser(
Binding this server to an open connection can result in compromising your application or
computer. Using a different host than the one passed to the "--host" flag might result in
websocket connection issues. You might need to use "--disableHostCheck" if that's the
websocket connection issues. You might need to use "--disable-host-check" if that's the
case.
`);
}
Expand Down

0 comments on commit ceade0c

Please sign in to comment.