-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise exception in
connect
and element
when failed
- The shell only generates an error message when an attempt to connect two objects via message fails. This caused hard to debug errors. Now the wrapper function raises RuntimeError in such case. - `element(path)` returned the roor element when `path` does not exist, again causing hard to find bugs. This now raises RuntimeError.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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