Advertisement
Guest User

Untitled

a guest
May 23rd, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function *task() {
  2.     // some stuff here
  3.     something.on("data", function(res) {
  4.         if (res) this.redirect('/');
  5.     });
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement