pentesting 0.8.39 → 0.8.40
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7442,7 +7442,8 @@ var App = ({ autoApprove = false, target }) => {
|
|
|
7442
7442
|
inputQueue.enqueue(trimmed);
|
|
7443
7443
|
setQueuedCount(inputQueue.length);
|
|
7444
7444
|
setInput("");
|
|
7445
|
-
addMessage(MESSAGE_TYPE.
|
|
7445
|
+
addMessage(MESSAGE_TYPE.USER, trimmed);
|
|
7446
|
+
addMessage(MESSAGE_TYPE.SYSTEM, ` \u{1F4E5} Queued (${inputQueue.length} pending)`);
|
|
7446
7447
|
return;
|
|
7447
7448
|
}
|
|
7448
7449
|
setInput("");
|