executant 1.12.0 → 1.13.0
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1221,6 +1221,8 @@ function IterationRow({ record, tick }) {
|
|
|
1221
1221
|
/* @__PURE__ */ jsx2(Text2, { dimColor: true, children: " " }),
|
|
1222
1222
|
/* @__PURE__ */ jsx2(Text2, { color, children: icon }),
|
|
1223
1223
|
/* @__PURE__ */ jsx2(Text2, { children: " " }),
|
|
1224
|
+
/* @__PURE__ */ jsx2(Text2, { dimColor: true, children: `[${record.iteration}/${record.total}]` }),
|
|
1225
|
+
/* @__PURE__ */ jsx2(Text2, { children: " " }),
|
|
1224
1226
|
/* @__PURE__ */ jsxs2(
|
|
1225
1227
|
Text2,
|
|
1226
1228
|
{
|