Skip to content

Commit

Permalink
Fix #118 Exception: Start may not be called on a continuation task
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyBP committed Jul 6, 2020
1 parent ca4f87a commit 3f2d638
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ protected override void Execute(object parameter)
{
throw new UnhandledCommandException(t.Exception);
}
})
.Start();
});
}
}
catch (Exception ex)
Expand Down

0 comments on commit 3f2d638

Please sign in to comment.