Skip to content

Commit 28b9029

Browse files
author
Andrea Briganti
committed
fix automatic report opening
Signed-off-by: Andrea Briganti <[email protected]>
1 parent 8e138c7 commit 28b9029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/world.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ module.exports = function () {
242242
closeBrowser().then(() => done());
243243
}
244244
else {
245-
new Promise(() => {}).then(() => done());
245+
new Promise((resolve) => resolve(done()));
246246
}
247247
});
248248

0 commit comments

Comments
 (0)