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:
parent
22bf6e8451
commit
63c31404c2
4 changed files with 32 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
args.first();
|
||||
}
|
||||
if (data.finished) {
|
||||
args.finish();
|
||||
args.finish(data);
|
||||
}
|
||||
else {
|
||||
setTimeout(fetch, args.interval || 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue