Skip to content

Commit 5a207ef

Browse files
Command err handling (#480)
* ignore .vscode * Improved error handling in command execution - Modified function signatures to return errors - Added error checks after command executions - Added specific error messages for different failures - Updated the handling of parser errors for source tape parsing - Altered evaluator to incorporate the revised error handling * Move waiting for "window.term" in VHS evaluator - Moved the logic for waiting until the "window.term" variable is accessible from VHS setup to evaluation phase - This ensures the proper timing and handling of errors related to the 'term' variable access (some SET commands access term) * ignore unused param
1 parent 41c16a3 commit 5a207ef

File tree

5 files changed

+325
-121
lines changed

5 files changed

+325
-121
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ completions
88
dist
99
vhs
1010
.idea/
11+
.vscode/

0 commit comments

Comments
 (0)