better output before install exit
这个提交包含在:
父节点
c1e09ce441
当前提交
649414403e
@ -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();
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户