@adhdev/daemon-core 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/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/providers/spec/driver.ts +11 -1
package/dist/index.js
CHANGED
|
@@ -29241,6 +29241,8 @@ var SpecDriver = class {
|
|
|
29241
29241
|
if (this.idleHoldTimer) {
|
|
29242
29242
|
clearTimeout(this.idleHoldTimer);
|
|
29243
29243
|
this.idleHoldTimer = null;
|
|
29244
|
+
this.completionIdleKey = "";
|
|
29245
|
+
this.completionIdleFirstSeenAt = 0;
|
|
29244
29246
|
}
|
|
29245
29247
|
this.pendingIdleState = null;
|
|
29246
29248
|
}
|