better output before install exit
This commit is contained in:
parent
c1e09ce441
commit
649414403e
|
@ -602,6 +602,10 @@ function getToken(err, state) {
|
||||||
// workaround for https://github.com/nodejs/node/issues/21319
|
// workaround for https://github.com/nodejs/node/issues/21319
|
||||||
if (state._useTty) {
|
if (state._useTty) {
|
||||||
setTimeout(function () {
|
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();
|
||||||
console.info("Press any key to continue...");
|
console.info("Press any key to continue...");
|
||||||
console.info();
|
console.info();
|
||||||
|
|
Loading…
Reference in New Issue