Explorar el Código

Hande exceptions

master
guest hace 3 años
padre
commit
1bcf2fa59b
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5
    2
      index.js

+ 5
- 2
index.js Ver fichero

} }
else collect.push(matches[1]) else collect.push(matches[1])
} }
}, `${selectedinstance.root}/.elxr` )
return Promise.resolve(collect);
}, `${selectedinstance.root}/.elxr` )
.then(()=>{ .then(()=>{
// delete garbage // delete garbage
if(collect.length > retaincount) { if(collect.length > retaincount) {
} }
else return true else return true
}) })
.catch(e => {
console.error
})
} }
neTask.statuslog = statuslog neTask.statuslog = statuslog

Cargando…
Cancelar
Guardar