Jelajahi Sumber

Fix SSL errors not being correctly ignored

Gaël Métais 4 tahun lalu
induk
melakukan
cc74359e83
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
         };