print a hint when using SNI features in node <0.12

This commit is contained in:
OttoMao
2015-06-18 20:23:42 +08:00
parent 200226807c
commit 3e679f0834
5 changed files with 14 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ function printLog(content,type){
if(!ifPrint) return;
var tip = content;
console.log(tip);
}