Allow a redirect to be sent to the user that cannot be calculated when creating the Fork object. This is useful for Forks that build files to be downloaded.

This commit is contained in:
Colin Kuskie 2011-10-15 13:53:33 -07:00
parent 22bf6e8451
commit 63c31404c2
4 changed files with 32 additions and 3 deletions

View file

@ -26,7 +26,7 @@
args.first();
}
if (data.finished) {
args.finish();
args.finish(data);
}
else {
setTimeout(fetch, args.interval || 1000);