Skip to content

Commit 29ced3f

Browse files
Corrected the launch config
1 parent ce3e4ac commit 29ced3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
"--retries=0",
2323
],
2424
"outFiles": [
25-
"${workspaceFolder}/dist/**/*.js"
25+
"${workspaceFolder}/lib/**/*.js"
2626
],
2727
"smartStep": true,
2828
"skipFiles": [
2929
"<node_internals>/**/*.js"
3030
],
31+
"outputCapture": "std"
3132
},
3233
]
3334
}

0 commit comments

Comments
 (0)