Extend description with log argument.

Bu işleme şunda yer alıyor:
GermanBluefox 2016-08-25 22:14:16 +02:00 işlemeyi yapan: GitHub
ebeveyn 88f5bcc58c
işleme beb4fa1b99
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme

Dosyayı Görüntüle

@ -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
});