querysub 0.232.0 → 0.233.0
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/package.json
CHANGED
|
@@ -443,6 +443,7 @@ export async function machineApplyMain() {
|
|
|
443
443
|
onServiceConfigChange(resyncServices);
|
|
444
444
|
|
|
445
445
|
runInfinitePoll(timeInMinute, async () => {
|
|
446
|
+
console.log(magenta(`Quick outdated check at ${new Date().toISOString()}`));
|
|
446
447
|
if (await quickIsOutdated()) {
|
|
447
448
|
console.log(magenta("Likely outdated, resyncing now"));
|
|
448
449
|
await resyncServices();
|