Explorar o código

Fix SSL errors not being correctly ignored

Gaël Métais %!s(int64=4) %!d(string=hai) anos
pai
achega
cc74359e83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         };