Skip to content

Commit 461e77f

Browse files
committed
Fixed launch.json
1 parent d55ad95 commit 461e77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outFiles": [
2929
"${workspaceFolder}/out/test/**/*.js"
3030
],
31-
"preLaunchTask": "npm: test-compile"
31+
"preLaunchTask": "npm: compile"
3232
}
3333
]
3434
}

0 commit comments

Comments
 (0)