@lark-apaas/devtool-kits 0.1.0-alpha.10 → 0.1.0-alpha.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
@@ -28475,7 +28475,7 @@ function injectErrorData(template, errorLogs) {
28475
28475
  } else {
28476
28476
  logsText = "\u672A\u627E\u5230\u76F8\u5173\u9519\u8BEF\u65E5\u5FD7";
28477
28477
  }
28478
- return template.replace('message: "{{.errorData.message}}"', `message: server \u670D\u52A1\u542F\u52A8\u5F02\u5E38\uFF0C\u8BF7\u6839\u636E\u65E5\u5FD7\u4FEE\u590D\u76F8\u5173\u95EE\u9898
28478
+ return template.replace("{{.errorData.message}}", `server \u670D\u52A1\u542F\u52A8\u5F02\u5E38\uFF0C\u8BF7\u6839\u636E\u65E5\u5FD7\u4FEE\u590D\u76F8\u5173\u95EE\u9898
28479
28479
  ${JSON.stringify(logsText)}`);
28480
28480
  }
28481
28481
  __name(injectErrorData, "injectErrorData");