Skip to content

when i accidentally hit enter before propts appeared, propts will receive this enter #1303

@kongku

Description

@kongku

when i accidentally hit enter before propts appeared, propts will receive this enter,How to fix this situation?

import { select } from '@inquirer/prompts'

console.log('wait.....')

setTimeout(() => {
  select({
    message: 'select',
    choices: [
      { name: 'a', value: 'a' },
      { name: 'b', value: 'b' },
      { name: 'c', value: 'c' },
    ],
  })
}, 2000)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions