mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
fix some bugs
This commit is contained in:
parent
fe09c1852c
commit
122d168b51
3 changed files with 4 additions and 4 deletions
|
@ -152,7 +152,7 @@ function snapshotCurrentPage(gfx, page, task, failure) {
|
|||
}
|
||||
|
||||
sendTaskResult(canvas.toDataURL("image/png"), task, failure);
|
||||
log("done"+ (failure ? " (failed!)" : "") +"\n");
|
||||
log("done"+ (failure ? " (failed!: "+ failure +")" : "") +"\n");
|
||||
|
||||
// Set up the next request
|
||||
backoff = (inFlightRequests > 0) ? inFlightRequests * 10 : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue