Skip to content

Commit a03fce4

Browse files
authored
Update README.md - fixed invalid json in example (#133890)
A period (`,`) is required or you get an error.
1 parent 66b540d commit a03fce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ adds `FOO=1` and `bar` to the environment:
3737
"program": "/tmp/a.out",
3838
"args": [ "one", "two", "three" ],
3939
"env": {
40-
"FOO": "1"
40+
"FOO": "1",
4141
"BAR": ""
4242
}
4343
}

0 commit comments

Comments
 (0)