openclaw-quiubo 2.6.62 → 2.6.63
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 +1 -1
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13484,7 +13484,7 @@ var pendingIdle = /* @__PURE__ */ new Map();
|
|
|
13484
13484
|
var DEBOUNCE_MS = 2e3;
|
|
13485
13485
|
var IDLE_DELAY_MS = 8e3;
|
|
13486
13486
|
function isSessionWorking(sessionKey) {
|
|
13487
|
-
return (activeToolCounts.get(sessionKey) ?? 0) > 0
|
|
13487
|
+
return (activeToolCounts.get(sessionKey) ?? 0) > 0;
|
|
13488
13488
|
}
|
|
13489
13489
|
function generateLabel(toolName, params) {
|
|
13490
13490
|
switch (toolName) {
|