Skip to content

Commit

Permalink
Pushing task observer code
Browse files Browse the repository at this point in the history
  • Loading branch information
sethwebster committed Apr 11, 2012
1 parent 46ca395 commit ead9ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jabbot/Bot.cs
Expand Up @@ -104,13 +104,13 @@ public void PowerUp()
if (!task.IsFaulted)
{
LogOnInfo info = task.Result;
// IntializeSprockets();
// IntializeSprockets();
}
else
{
Elmah.ErrorSignal.FromCurrentContext().Raise(task.Exception);
}
}).Wait();
});
_isActive = true;
}
else
Expand Down

0 comments on commit ead9ce0

Please sign in to comment.