This commit is contained in:
h4writer 2014-08-22 22:31:25 +02:00
Родитель 9bb861dafe
Коммит 7fcced8026
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -141,7 +141,7 @@ class MozillaShell(Engine):
pass
def shell(self):
return os.path.join(self.tmp_dir,'shell','js.exe')
return os.path.join(self.tmp_dir,'js.exe')
def env(self):
return {"JSGC_DISABLE_POISONING": "1"}