Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const result = await LegendasDivx.search(q || '', currentPage)
  2. console.log(result)
  3.  
  4. LegendasDivx.search(q || '', currentPage)
  5.     .then(result => console.log(result))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement