@t2000/cli 0.18.9 → 0.19.1
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
|
@@ -2933,7 +2933,7 @@ function registerGateway(program2) {
|
|
|
2933
2933
|
console.log("");
|
|
2934
2934
|
console.log(` ${pc16.bold("t2000 gateway")}`);
|
|
2935
2935
|
console.log("");
|
|
2936
|
-
const { Gateway } = await import("./dist-
|
|
2936
|
+
const { Gateway } = await import("./dist-JTC2LTDE.js");
|
|
2937
2937
|
const gateway = await Gateway.create({
|
|
2938
2938
|
agent,
|
|
2939
2939
|
port: parseInt(opts.port, 10),
|
|
@@ -2950,7 +2950,7 @@ function registerGateway(program2) {
|
|
|
2950
2950
|
if (info.telegramConnected) {
|
|
2951
2951
|
printSuccess("Telegram connected");
|
|
2952
2952
|
} else if (opts.telegram) {
|
|
2953
|
-
|
|
2953
|
+
printWarning("Telegram not connected");
|
|
2954
2954
|
}
|
|
2955
2955
|
if (info.heartbeatTasks > 0) printSuccess(`Heartbeat started (${info.heartbeatTasks} tasks)`);
|
|
2956
2956
|
console.log("");
|