Skip to content

Commit ceade0c

Browse files
LeonEckalan-agius4
authored andcommittedJul 19, 2021
fix(@angular-devkit/build-angular): dasherize disable-host-check suggestion
Camel case arguments have been deprecated and therefore shouldn't be suggested.
1 parent 6b9843a commit ceade0c

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/dev-server

1 file changed

+1
-1
lines changed
 

‎packages/angular_devkit/build_angular/src/dev-server/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function serveWebpackBrowser(
175175
176176
Binding this server to an open connection can result in compromising your application or
177177
computer. Using a different host than the one passed to the "--host" flag might result in
178-
websocket connection issues. You might need to use "--disableHostCheck" if that's the
178+
websocket connection issues. You might need to use "--disable-host-check" if that's the
179179
case.
180180
`);
181181
}

0 commit comments

Comments
 (0)
Please sign in to comment.