@t2000/cli 0.18.6 → 0.18.7
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.
|
@@ -26921,11 +26921,6 @@ var Gateway = class _Gateway {
|
|
|
26921
26921
|
};
|
|
26922
26922
|
process.on("SIGINT", shutdown);
|
|
26923
26923
|
process.on("SIGTERM", shutdown);
|
|
26924
|
-
this.logger.info("Gateway ready", {
|
|
26925
|
-
webchat: results.webchatUrl,
|
|
26926
|
-
telegram: results.telegramConnected,
|
|
26927
|
-
heartbeat: results.heartbeatTasks
|
|
26928
|
-
});
|
|
26929
26924
|
return results;
|
|
26930
26925
|
}
|
|
26931
26926
|
async startTelegram(tools, toolDefs, results) {
|
|
@@ -27112,4 +27107,4 @@ humanize-ms/index.js:
|
|
|
27112
27107
|
* MIT Licensed
|
|
27113
27108
|
*)
|
|
27114
27109
|
*/
|
|
27115
|
-
//# sourceMappingURL=dist-
|
|
27110
|
+
//# sourceMappingURL=dist-QPASVL6D.js.map
|