@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.cjs CHANGED
@@ -28659,7 +28659,7 @@ function handleDevProxyError(err, req, res, options) {
28659
28659
  }
28660
28660
  const template = getErrorHtmlTemplate();
28661
28661
  const html = injectErrorData(template, errorLogs, clientBasePathWithoutSlash);
28662
- res.writeHead(502, {
28662
+ res.writeHead(200, {
28663
28663
  "Content-Type": "text/html; charset=utf-8",
28664
28664
  "Cache-Control": "no-cache, no-store, must-revalidate",
28665
28665
  "X-Proxy-Error-Page": "true"