@inetafrica/open-claudia 1.2.5 → 1.2.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.
- package/bot.js +0 -1
- package/package.json +1 -1
package/bot.js
CHANGED
|
@@ -819,7 +819,6 @@ bot.onText(/\/upgrade$/, async (msg) => {
|
|
|
819
819
|
await send(`Upgrade failed: ${e.message}`);
|
|
820
820
|
return;
|
|
821
821
|
}
|
|
822
|
-
releaseLock();
|
|
823
822
|
// Give Telegram time to deliver the message, then exit for launchd to restart
|
|
824
823
|
setTimeout(() => process.exit(0), 2000);
|
|
825
824
|
});
|