Pārlūkot izejas kodu

Fix SSL errors not being correctly ignored

Gaël Métais 4 gadi atpakaļ
vecāks
revīzija
cc74359e83
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
         };