Skip to content

Commit 2da4104

Browse files
committed
[test] Fix async_index.js
1 parent 5900d83 commit 2da4104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/harness/async_index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ function assert_return(action, ...expected) {
267267
.then(
268268
values => {
269269
uniqueTest(_ => {
270+
let actual = values[0];
270271
if (actual === undefined) {
271272
actual = [];
272273
} else if (!Array.isArray(actual)) {

0 commit comments

Comments
 (0)