openclaw-quiubo 2.6.60 → 2.6.61
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 -0
- package/dist/index.js.map +2 -2
- package/dist/src/activity-hook.d.ts.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15218,6 +15218,7 @@ function registerActivityHook(api) {
|
|
|
15218
15218
|
if (pendingTimer) {
|
|
15219
15219
|
clearTimeout(pendingTimer);
|
|
15220
15220
|
pendingIdle.delete(key);
|
|
15221
|
+
return;
|
|
15221
15222
|
}
|
|
15222
15223
|
if (prev === 0) {
|
|
15223
15224
|
const now = Date.now();
|