@base44-preview/cli 0.0.36-pr.346.b46287f → 0.0.36-pr.346.c818d5b
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.
- package/dist/cli/index.js +2 -2
- package/dist/cli/index.js.map +2 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -208924,7 +208924,7 @@ class ApiError extends SystemError {
|
|
|
208924
208924
|
}
|
|
208925
208925
|
const statusCode = ApiError.normalizeStatusCode(error48.response.status, responseBody);
|
|
208926
208926
|
const requestBody = error48.options.context?.__requestBody;
|
|
208927
|
-
const requestId = error48.response.headers.get("
|
|
208927
|
+
const requestId = error48.response.headers.get("x-request-id") ?? undefined;
|
|
208928
208928
|
return new ApiError(`Error ${context}: ${message}`, {
|
|
208929
208929
|
statusCode,
|
|
208930
208930
|
requestUrl: error48.request.url,
|
|
@@ -231464,4 +231464,4 @@ export {
|
|
|
231464
231464
|
CLIExitError
|
|
231465
231465
|
};
|
|
231466
231466
|
|
|
231467
|
-
//# debugId=
|
|
231467
|
+
//# debugId=B1C3AC3587882DBA64756E2164756E21
|