Skip to content

Commit 653252a

Browse files
Merge pull request #216 from gregg-miskelly/ChangeDefaultProcessId
Change default value for 'processId'
2 parents 5285c9c + d31c460 commit 653252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"processId": {
293293
"type": "integer",
294294
"description": "The process id to attach to. If this is used, 'processName' should not be used.",
295-
"default": ""
295+
"default": 0
296296
},
297297
"sourceFileMap": {
298298
"type": "object",

0 commit comments

Comments
 (0)