Add error handles and getUpdates

This commit is contained in:
2020-06-14 18:25:10 +05:30
parent ed8fc1791b
commit 1451a4c5bd
8 changed files with 114 additions and 23 deletions

9
.vscode/launch.json vendored
View File

@@ -4,6 +4,15 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"port": 9229,
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
},
{
"type": "node",
"request": "launch",