ITADN

feat: logger.progress should catch SIGINT

#1560Openeseidel 创建于 2025-06-04
E
eseidelcommented
Currently if you have a logger.progress running and control-C the CLI, you'll end up with you terminal in a broken state. Not entirely sure why. One solution might be to watch for the signal and clean up after: https://api.dart.dev/dart-io/ProcessSignal/watch.html
0 条评论