amqplib-init 1.1.5 → 1.1.6

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -96,6 +96,7 @@ module.exports = {
96
96
  });
97
97
  chalk.log(`✳️-队列已启动: finish~`);
98
98
  if (autoReload > 0) {
99
+ console.log(`❤️ 将在 ${autoReload}ms 秒后自动重启!!!`)
99
100
  setInterval(async _=> {
100
101
  try {
101
102
  const result = await channel.checkQueue(channelName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amqplib-init",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "消息队列初始化",
5
5
  "main": "index.js",
6
6
  "scripts": {