Bug 1280636 Call updatePollFds() on error on sentinel fd r=kmag

MozReview-Commit-ID: DCpxwsf65q0

--HG--
extra : rebase_source : de92cbf2da30cdf1a8971c28b0fe9b01c96fe24e
This commit is contained in:
Andrew Swan 2016-06-17 09:29:06 -07:00
Родитель 20f64ce5b6
Коммит cec4729686
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -434,6 +434,7 @@ class Process extends BaseProcess {
}
this.fd.dispose();
io.updatePollFds();
this.resolveExit(this.exitCode);
return this.exitCode;
}