-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Don't swallow parse errors on the CLI (#2632)
With v7.6.0 in 3bc80b9 before all and after all hooks were introduced. This moved parsing of features into the execution context. This resulted in any parse errors being swallowed with the assumption that they would have been captured by the execution context already. Fixes: #2631
- Loading branch information
1 parent
4af1850
commit 59195cd
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters