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
I'm building an LSP language server which will spawn cucumber in dry-run mode (to capture step definitions and steps so we can build up an autocomplete index). Because it exits with 1 I'm unable to tell whether the command failed because of a real error or not.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
cucumber-js --dry-run
exits with1
.Expected behavior
I expected a
0
since nothing is run.Context
I'm building an LSP language server which will spawn cucumber in dry-run mode (to capture step definitions and steps so we can build up an autocomplete index). Because it exits with
1
I'm unable to tell whether the command failed because of a real error or not.The text was updated successfully, but these errors were encountered: