1
0
mirror of synced 2026-05-22 18:53:15 +00:00

chore: roll driver to 1.10.0-next-1615230258000 (#334)

This commit is contained in:
Yury Semikhatsky
2021-03-08 12:20:26 -08:00
committed by GitHub
parent ae15e3050d
commit 7ca9b33f46
10 changed files with 18 additions and 13 deletions
@@ -1039,7 +1039,7 @@ public class ApiGenerator {
for (JsonElement entry: api) {
String name = entry.getAsJsonObject().get("name").getAsString();
// We write this one manually.
if ("TimeoutError".equals(name)) {
if (asList("PlaywrightException", "TimeoutError").contains(name)) {
continue;
}
List<String> lines = new ArrayList<>();