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):
PHANTOMJS_NATIVE_ARGS = [
'cookies-file',
'config',
'debug',
'disk-cache',
'ignore-ssl-errors',
'load-images',
......