Extend description with log argument.

This commit is contained in:
GermanBluefox 2016-08-25 22:14:16 +02:00 提交者 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
});