fix liqwid

This commit is contained in:
g1nt0ki
2023-09-04 15:10:43 +02:00
parent 9258b909e2
commit a1dacdd002
3 changed files with 4 additions and 8 deletions

View File

@@ -26,18 +26,10 @@ const adapterPrompt = {
suggestOnly: false,
depthLimit: 0,
}
const enableDebugPrompt = {
type: 'confirm',
name: 'debugMode',
message: 'Enable Debug Mode:',
default: false
}
async function run() {
let adapterPath
const { debugMode, ...response } = await inquirer.prompt([
// enableDebugPrompt,
adapterPrompt,
])
adapterPath = response.adapterPath