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(
|
|
136
|
+
throw new Error(error.message)
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
|