Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correctly catches and raises errors from tw cli
Errors were being ignored in the tw cli output because it was checking for "ERROR: " but the error message is actually "ERROR:" with additional ANSI escape codes. This PR removes the space which correctly catches the error.
- Loading branch information