livelook icon indicating copy to clipboard operation
livelook copied to clipboard

.searchFiles sequentially?

Open hejops opened this issue 4 years ago • 0 comments

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);
  }
});

hejops avatar Oct 24 '21 16:10 hejops