q-koa 13.8.15 → 13.8.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,7 +133,7 @@ class AllinPay {
133
133
  console.error('Response status:', error.response.status)
134
134
  console.error('Response data:', JSON.stringify(error.response.data))
135
135
  }
136
- throw new Error(`AllinPay request error: ${error.message}`)
136
+ throw new Error(error.message)
137
137
  }
138
138
  }
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "13.8.15",
3
+ "version": "13.8.16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {