@lark-apaas/devtool-kits 1.0.7 → 1.0.8

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
@@ -28611,7 +28611,7 @@ function handleDevProxyError(err, req, res, options) {
28611
28611
  }
28612
28612
  const template = getErrorHtmlTemplate();
28613
28613
  const html = injectErrorData(template, errorLogs, clientBasePathWithoutSlash);
28614
- res.writeHead(502, {
28614
+ res.writeHead(200, {
28615
28615
  "Content-Type": "text/html; charset=utf-8",
28616
28616
  "Cache-Control": "no-cache, no-store, must-revalidate",
28617
28617
  "X-Proxy-Error-Page": "true"