episoda 0.2.71 → 0.2.72

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 CHANGED
@@ -3978,6 +3978,8 @@ Received ${signal}. Daemon continues running in background.`);
3978
3978
  };
3979
3979
  process.on("SIGTERM", () => shutdownHandler("SIGTERM"));
3980
3980
  process.on("SIGINT", () => shutdownHandler("SIGINT"));
3981
+ setInterval(() => {
3982
+ }, 1e3 * 60 * 60);
3981
3983
  await new Promise(() => {
3982
3984
  });
3983
3985
  } else {