Skip to content

Commit 76cdc1b

Browse files
committed
Correct get_status
1 parent f81ab27 commit 76cdc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
this.max_tries = 10;
1515

1616
this.get_status = function(){
17-
this.page.evaluate(function(){
17+
return this.page.evaluate(function(){
1818
return console_reporter.status;
1919
});
2020
};

0 commit comments

Comments
 (0)