Selaa lähdekoodia

Hande exceptions

production
guest 2 vuotta sitten
vanhempi
commit
1bcf2fa59b
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5
    2
      index.js

+ 5
- 2
index.js Näytä tiedosto

@@ -4764,8 +4764,8 @@ var startElxr = function() {
}
else collect.push(matches[1])
}
}, `${selectedinstance.root}/.elxr` )
return Promise.resolve(collect);
}, `${selectedinstance.root}/.elxr` )
.then(()=>{
// delete garbage
if(collect.length > retaincount) {
@@ -4778,6 +4778,9 @@ var startElxr = function() {
}
else return true
})
.catch(e => {
console.error
})
}
neTask.statuslog = statuslog

Loading…
Peruuta
Tallenna