document various v8 bugs (#4808)

closes #4805
This commit is contained in:
Alex Lam S.L
2021-03-20 22:33:45 +00:00
committed by GitHub
parent 24619daf68
commit 8ea1ced389
4 changed files with 30 additions and 41 deletions

View File

@@ -725,7 +725,7 @@ unused_await: {
(() => console.log(await))();
})();
}
expect_stdout: "PASS"
expect_stdout: true
node_version: ">=12"
}