1
0
mirror of synced 2026-09-11 00:49:39 +00:00

fix: remove Exception from Playwright.close signature (#240)

This commit is contained in:
Yury Semikhatsky
2021-01-29 21:12:25 -08:00
committed by GitHub
parent 2c6e278167
commit 65df7be823
3 changed files with 15 additions and 8 deletions
@@ -1089,7 +1089,7 @@ class Interface extends TypeDefinition {
output.add(offset + " return PlaywrightImpl.create();");
output.add(offset + "}");
output.add("");
output.add(offset + "void close() throws Exception;");
output.add(offset + "void close();");
}
output.add("}");
output.add("\n");