mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #364 from kkujala/master
Make 'make test' factors faster.
This commit is contained in:
commit
ce8180c2de
1 changed files with 4 additions and 2 deletions
|
@ -221,6 +221,8 @@ function checkScrolling() {
|
|||
}
|
||||
|
||||
function log(str) {
|
||||
stdout.innerHTML += str;
|
||||
checkScrolling();
|
||||
stdout.insertAdjacentHTML('BeforeEnd', str);
|
||||
|
||||
if (str.lastIndexOf('\n') >= 0)
|
||||
checkScrolling();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue