-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Reject promise immediately if var not found (#1718)
- Implements #1701 - `fetchVariableDefinition` now throws an `Error` when a variable is not found (instead of throwing `TimeoutError`) - `TimeoutError` still used and will be thrown on an actual timeout - Tests added to check for the correct error --------- Co-authored-by: Mike Bender <mikebender@deephaven.io>
- Loading branch information
1 parent
51ebe1b
commit 43d40bd
Showing
2 changed files
with
14 additions
and
30 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