SwiftShell: 'run' hangs on large output
Using version 4.0.0 this commad hangs: run(bash: "for i in {1..100000}; do echo -n =; done")
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (11 by maintainers)
Commits related to this issue
- Readme: add note about 'run' commands with large output hanging. To address #52. — committed to kareman/SwiftShell by kareman 6 years ago
- Add a warning to documentation for ‘run’ about #52. — committed to kareman/SwiftShell by kareman 6 years ago
- Revert "Add a warning to documentation for ‘run’ about #52." e48388155bb75b8f7d6c01d25b7792a8f8c06ffd — committed to kareman/SwiftShell by kareman 6 years ago
- Revert "Add a warning to documentation for ‘run’ about #52." e48388155bb75b8f7d6c01d25b7792a8f8c06ffd — committed to kareman/SwiftShell by kareman 6 years ago
OK it looks like this had something to do with it. Ignore my previous text.