Skip to content

Commit 482af99

Browse files
mattmorgiscpojer
authored andcommitted
Fixes Troubleshooting Doc (#4320)
* docs: adding debugging info to troubleshooting doc * docs: adding config to attach debugger * docs: fixing typo * fix: missing delineator broke build/markdown -> conversion
1 parent c774070 commit 482af99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you are using Facebook's [`create-react-app`](https://github.com/facebookincu
9898
"name": "Debug CRA Tests",
9999
"type": "node",
100100
"request": "launch",
101-
"runtimeExecutable": "${workspaceRoot/node_modules/.bin/react-scripts",
101+
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
102102
"runtimeArgs": [
103103
"--inspect-brk",
104104
"test"

0 commit comments

Comments
 (0)