pentesting 0.8.14 → 0.8.15
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 +6 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7835,10 +7835,14 @@ ${list}`);
|
|
|
7835
7835
|
isProcessing ? /* @__PURE__ */ jsxs2(Box2, { flexDirection: "column", children: [
|
|
7836
7836
|
/* @__PURE__ */ jsxs2(Box2, { children: [
|
|
7837
7837
|
/* @__PURE__ */ jsx2(Text2, { color: spinnerColor, children: /* @__PURE__ */ jsx2(Spinner, { type: "dots" }) }),
|
|
7838
|
-
|
|
7838
|
+
/* @__PURE__ */ jsxs2(Text2, { color: THEME.text.muted, children: [
|
|
7839
7839
|
" ",
|
|
7840
|
+
currentStatus || "Processing..."
|
|
7841
|
+
] }),
|
|
7842
|
+
elapsedTime > 0 && /* @__PURE__ */ jsxs2(Text2, { dimColor: true, children: [
|
|
7843
|
+
" (",
|
|
7840
7844
|
elapsedTime,
|
|
7841
|
-
"s"
|
|
7845
|
+
"s)"
|
|
7842
7846
|
] })
|
|
7843
7847
|
] }),
|
|
7844
7848
|
preInputBuffer && /* @__PURE__ */ jsxs2(Box2, { marginTop: 1, children: [
|