We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heredoc에서 SIGINT가 들어오는 경우 출력 오류
자식 프로세스가 명령어를 실행하고 있는 중 SIGINT 시그널을 보내면 프롬포트 출력이 두번 나옵니다.
The text was updated successfully, but these errors were encountered:
Merge pull request #58 from mingxoxo/bug/#46/sigint-handling
5580bbe
Bug : #46/부모 프로세스 시그널 핸들링
wonyangs
Successfully merging a pull request may close this issue.
🚅 Issue 한 줄 요약
heredoc에서 SIGINT가 들어오는 경우 출력 오류
🤷 Issue 세부 내용
자식 프로세스가 명령어를 실행하고 있는 중 SIGINT 시그널을 보내면 프롬포트 출력이 두번 나옵니다.
📸 스크린샷
The text was updated successfully, but these errors were encountered: