vim-web 0.5.0-dev.24 → 0.5.0-dev.25

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/vim-web.js CHANGED
@@ -74913,7 +74913,10 @@ function body$3(url, local) {
74913
74913
  mainText(/* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: "We encountered an error connecting to VIM Ultra." })),
74914
74914
  subTitle("Tips"),
74915
74915
  numList([
74916
- `Ensure that VIM Ultra is running at ${detailText(url)}`,
74916
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
74917
+ "Ensure that VIM Ultra is running at ",
74918
+ detailText(url)
74919
+ ] }),
74917
74920
  "Check your network connection and access policies"
74918
74921
  ])
74919
74922
  ] });