create gpt.ts

This commit is contained in:
nobug
2023-12-10 22:58:03 +08:00
parent ae577346b4
commit 5622856f33
2 changed files with 26 additions and 1 deletions

View File

@ -24,7 +24,6 @@ import waitAnyKey from './waitAnyKey';
} catch (e) {
console.log(e)
} finally {
await new Promise(resolve => setTimeout(resolve, 5 * 1000));
await waitAnyKey();
await driver?.quit();
}