@lark-apaas/devtool-kits 1.0.10 → 1.0.11

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/index.js CHANGED
@@ -28646,7 +28646,7 @@ function handleDevProxyError(err, req, res, options) {
28646
28646
  }
28647
28647
  const template = getErrorHtmlTemplate();
28648
28648
  const html = injectErrorData(template, errorLogs, clientBasePathWithoutSlash);
28649
- res.writeHead(502, {
28649
+ res.writeHead(200, {
28650
28650
  "Content-Type": "text/html; charset=utf-8",
28651
28651
  "Cache-Control": "no-cache, no-store, must-revalidate",
28652
28652
  "X-Proxy-Error-Page": "true"