Skip to content

Commit d887e43

Browse files
authored
Fix debug info
1 parent 7d3ad3f commit d887e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ about debug mode: it makes everything much slower.
572572
node --inspect-brk ./node_modules/.bin/ember serve
573573
```
574574

575-
This starts the FastBoot server in debug mode. Note that the `--debug-brk` flag will cause your
575+
This starts the FastBoot server in debug mode. Note that the `--inspect-brk` flag will cause your
576576
app to start paused to give you a chance to open the debugger.
577577

578578
Once you see the output `Debugger listening on ws://127.0.0.1:<port>/<guid>`, open Chrome

0 commit comments

Comments
 (0)