Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot have a commit that contains 'undefined'. #812

Closed
1 of 4 tasks
cslecours opened this issue Oct 1, 2019 · 1 comment · Fixed by #2697
Closed
1 of 4 tasks

Cannot have a commit that contains 'undefined'. #812

cslecours opened this issue Oct 1, 2019 · 1 comment · Fixed by #2697
Labels

Comments

@cslecours
Copy link

cslecours commented Oct 1, 2019

This commit name should not crash.

❯ subject: fix undefined selection
readline.js:1088
            throw err;
            ^

Error: vorpal._exec was called with an undefined command.
    at Vorpal.vorpal._exec ($PROJECTNAME/node_modules/vorpal/dist/vorpal.js:787:11)
    at Vorpal.vorpal._execQueueItem ($PROJECTNAME/node_modules/vorpal/dist/vorpal.js:751:17)
    at Vorpal.vorpal._queueHandler ($PROJECTNAME/node_modules/vorpal/dist/vorpal.js:735:10)
    at Vorpal.vorpal.exec ($PROJECTNAME/node_modules/vorpal/dist/vorpal.js:682:10)

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Possible Solution

It's related to Vorpal, but the project seems dead.
dthree/vorpal#197

Steps to Reproduce (for bugs)

Write undefined in a commit.

Executable Version
commitlint --version 8.2
git --version 2.23.0
node --version 10.16.3
@escapedcat escapedcat added the bug label Oct 2, 2019
@escapedcat
Copy link
Member

I can reproduce this.
Pity. Yes, vorpal is unmaintained. We want to replace it with ink. Not sure when this will be done yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants