Zli-UoA / ryouomoi-checker-frontend

https://ryouomoi-checker-frontend.pages.dev/
MIT License
1 stars 1 forks source link

[BUG] pre-push の修正 #84

Closed matumoto1234 closed 2 years ago

matumoto1234 commented 2 years ago

不具合の詳細

input() で EOF を読み取ってしまう(標準入力になにも渡されない)

本来の動き

再現方法

改善方法

try catch でEOFのときはexit(0)をする(エラーとしない)

その他