-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Context.Run): Don't panic on unselected root node
Fixes regression introduced in 2544d3f. That commit refactored control flow slightly and missed a case where the selected node is an application node but it does not have a Run method. The fix was straightforward: Treat the "if application node" code path as a possible way to fill `node`, and check it again afterwards. Resolves #483
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
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