livelook
livelook copied to clipboard
.searchFiles sequentially?
What is the best way to iterate through an array of strings? Do I need to set a timeout perhaps?
(login, etc)
livelook.login((err, res) => {
for (let line of Lines) {
// console.log(line);
livelook.searchFiles(line);
}
});