From 649414403e62a53a2a8155a90e18042d4f4c5227 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 30 Jun 2018 20:14:38 -0600 Subject: [PATCH] better output before install exit --- bin/telebit.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/telebit.js b/bin/telebit.js index f671667..9696c43 100755 --- a/bin/telebit.js +++ b/bin/telebit.js @@ -602,6 +602,10 @@ function getToken(err, state) { // workaround for https://github.com/nodejs/node/issues/21319 if (state._useTty) { setTimeout(function () { + console.info("Some fun things to try first:\n"); + console.info(" ~/telebit http 3000"); + console.info(" ~/telebit tcp 5050"); + console.info(" ~/telebit ssh auto"); console.info(); console.info("Press any key to continue..."); console.info();