reset counter

This commit is contained in:
Iuri Matias 2018-06-13 14:09:59 -04:00
parent 9219c17924
commit f1f4f2520c
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class ProcessWrapper {
if (!result) {
return error();
}
self.retries = 0;
} catch (e) {
error();
}