You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitinput({message: 'Enter your name'},{signal: AbortSignal.timeout(5000)},});
In yeoman-environment conflicter, conflict check and commit is done in background while the conflict resolution question is prompted. AbortSignal support will make easy to cancel the prompt.
The text was updated successfully, but these errors were encountered:
Allow to programmatically cancel the prompt.
Timeout example.
In
yeoman-environment
conflicter, conflict check and commit is done in background while the conflict resolution question is prompted. AbortSignal support will make easy to cancel the prompt.The text was updated successfully, but these errors were encountered: