1
0
Fork 0
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:
Chris Jones 2011-07-04 23:28:44 -04:00
parent fe09c1852c
commit 122d168b51
3 changed files with 4 additions and 4 deletions

View file

@ -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;