瀏覽代碼

Fix SSL errors not being correctly ignored

Gaël Métais 4 年之前
父節點
當前提交
cc74359e83
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
         };