Commit 9228e3a2 9228e3a24922f19fbe3d08b430d359e1a4129598 by Nicolas Perriault

added support for new 'debug' cli option of phantomjs 1.6

1 parent 9dd3b9dc
...@@ -13,6 +13,7 @@ def resolve(path): ...@@ -13,6 +13,7 @@ def resolve(path):
13 PHANTOMJS_NATIVE_ARGS = [ 13 PHANTOMJS_NATIVE_ARGS = [
14 'cookies-file', 14 'cookies-file',
15 'config', 15 'config',
16 'debug',
16 'disk-cache', 17 'disk-cache',
17 'ignore-ssl-errors', 18 'ignore-ssl-errors',
18 'load-images', 19 'load-images',
......