Skip to content

Commit a1212fc

Browse files
help-- testAndWait
1 parent 77b222a commit a1212fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webpagetest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function runTestAndWait(what, options, callback) {
540540

541541
options = Object.assign(options, { pollResults: 13 });
542542

543-
return new Promise((resolve) => {
543+
new Promise((resolve) => {
544544
let test = runTest.bind(this, what, options, callback);
545545
resolve(test());
546546
});

0 commit comments

Comments
 (0)