Skip to content

Commit e4155ec

Browse files
update description of waitFor in the package.json to indicate that the pid will be ignored
1 parent 6d01d9a commit e4155ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
},
364364
"waitFor": {
365365
"type": "boolean",
366-
"description": "If set to true, then wait for the process to launch by looking for a process with a basename that matches `program`. No process ID needs to be specified when using this flag.",
366+
"description": "If set to true, then wait for the process to launch by looking for a process with a basename that matches `program`. The process ID is ignored when using this flag.",
367367
"default": true
368368
},
369369
"sourcePath": {

0 commit comments

Comments
 (0)