mirror of
https://github.com/appium/appium.git
synced 2026-05-01 07:51:30 -05:00
fixing one liner if
This commit is contained in:
@@ -152,5 +152,5 @@ browser.run(function*() {
|
||||
}
|
||||
yield this.sleep(3);
|
||||
yield this.quit();
|
||||
if (server) { server.close(); }
|
||||
if (server) server.close();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user