@adhdev/daemon-standalone 0.9.82-rc.210 → 0.9.82-rc.211
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/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58845,6 +58845,8 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
58845
58845
|
if (this.idleHoldTimer) {
|
|
58846
58846
|
clearTimeout(this.idleHoldTimer);
|
|
58847
58847
|
this.idleHoldTimer = null;
|
|
58848
|
+
this.completionIdleKey = "";
|
|
58849
|
+
this.completionIdleFirstSeenAt = 0;
|
|
58848
58850
|
}
|
|
58849
58851
|
this.pendingIdleState = null;
|
|
58850
58852
|
}
|