Skip to content

Conversation

@tully-systima
Copy link

install.sh

  • added optional flag --local, to allow installing from local repo, for testing and troubleshooting with experimental builds

index.ts

  • Error and Hang state recovery:
    • Prevents indefinite hangs.
    • Detects stuck processes, then kills them using SIGTERM then SIGKILL
    • Will then reattempt the command up to 3 times (configurable) with exponential backoff (500ms, 1000ms delays)
  • Improved Multi Monitor Support: Prevents state that would leave non target monitors on the stash workspace after applying layout.
  • --debug flag: Optional verbose logging that can be enabled for troubleshooting

- added optional flag `--local` to `install.sh`, to allow installing from local repo, for testing and troubleshooting with experimental builds

---

# index.ts

- Added timing and error correction improvements to `index.ts` to improve reliability

- Added functions to reattempt hung commands

- Added optional flag `--debug` to return command logs to the standard output, for use when troubleshooting errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant