Extend description with log argument.

This commit is contained in:
GermanBluefox 2016-08-25 22:14:16 +02:00 committed by GitHub
부모 88f5bcc58c
커밋 beb4fa1b99
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -128,6 +128,7 @@ le = LE.create({
, agreeToTerms: leAgree // hook to allow user to view and accept LE TOS
//, sni: require('le-sni-auto').create({}) // handles sni callback
, debug: false
//, log: function (debug) {console.log.apply(console, args);} // handles debug outputs
});