Skip to content

Commit 1a3e6d9

Browse files
Robert Bakerbniedermeyer
Robert Baker
authored andcommitted
Update configure-hmr.md (#1)
Update configure-hmr.md
1 parent f68fef1 commit 1a3e6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/configure-hmr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ represents the name of the project you are adding this configuration to in `angu
5555
"replace": "src/environments/environment.ts",
5656
"with": "src/environments/environment.hmr.ts"
5757
}
58-
],
58+
]
5959
}
6060
}
6161
},
@@ -157,7 +157,7 @@ if (environment.hmr) {
157157
console.log('Are you using the --hmr flag for ng serve?');
158158
}
159159
} else {
160-
bootstrap();
160+
bootstrap().catch(err => console.log(err));
161161
}
162162
```
163163

0 commit comments

Comments
 (0)