Forráskód Böngészése

Fix SSL errors not being correctly ignored

Gaël Métais 4 éve
szülő
commit
cc74359e83
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/tools/phantomas/phantomasWrapper.js

+ 1 - 1
lib/tools/phantomas/phantomasWrapper.js

@@ -47,7 +47,7 @@ var PhantomasWrapper = function() {
 
             // Mandatory
             'analyze-css': true,
-            'ignore-ssl-errors': true
+            'ignoreSslErrors': true
         };