lint fixes

This commit is contained in:
g1nt0ki
2023-01-18 15:50:44 +05:30
parent 957d5ec0cd
commit 25bccb928d
173 changed files with 438 additions and 1240 deletions

View File

@@ -29,7 +29,7 @@ async function run() {
])
adapterPath = response.adapterPath
while (true) {
while (true) { // eslint-disable-line
adapterPrompt.default = adapterPath
await runAdapter(adapterPath, true)
const answer = await inquirer.prompt([adapterPrompt])