fix safe() error handling

This commit is contained in:
Girish Ramakrishnan
2021-05-07 15:56:43 -07:00
parent cc684b4ea0
commit d8422ea976
3 changed files with 36 additions and 48 deletions
+4 -4
View File
@@ -12,10 +12,10 @@
},
"dependencies": {
"@google-cloud/dns": "^2.1.0",
"@google-cloud/storage": "^5.8.4",
"@google-cloud/storage": "^5.8.5",
"@sindresorhus/df": "git+https://github.com/cloudron-io/df.git#type",
"async": "^3.2.0",
"aws-sdk": "^2.899.0",
"aws-sdk": "^2.903.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"cloudron-manifestformat": "^5.10.1",
@@ -58,7 +58,7 @@
"request": "^2.88.2",
"rimraf": "^3.0.2",
"s3-block-read-stream": "^0.5.0",
"safetydance": "^2.0.0",
"safetydance": "^2.0.1",
"semver": "^7.3.5",
"showdown": "^1.9.1",
"speakeasy": "^2.0.0",
@@ -79,7 +79,7 @@
"expect.js": "*",
"hock": "^1.4.1",
"js2xmlparser": "^4.0.1",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
"nock": "^13.0.11",
"node-sass": "^5.0.0",