This commit is contained in:
Vick Scarlet
2021-08-17 17:07:14 +08:00
parent 776bc33de1
commit dd194c899a
20 changed files with 2660 additions and 573 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}/test.js",
"program": "${workspaceFolder}/test",
"skipFiles": [
"<node_internals>/**"
]