回答パッケージのこのバグを修正するにはどうすればいいですか?

回答パッケージのこのバグを修正するにはどうすればいいですか?

回答パッケージを更新しました。簡単な例をコピーします

\documentclass[12pt,a4paper]{article}
\usepackage{answers}
\Newassociation{sol}{Solution}{ans}
\newtheorem{ex}{Exercise}
 \begin{document}
\Opensolutionfile{ans}[ans1]
\section{Problems}
 \begin{ex}
First exercise
 \begin{sol}
 First solution.
 \end{sol}
 \end{ex}
 \begin{ex}
 Second exercise
 \begin{sol}
 Second solution.
 \end{sol}
 \end{ex}
 \Closesolutionfile{ans}
 \section{Solutions}
 \input{ans1}
 \end{document}

コンパイルすると、 ここに画像の説明を入力してください

このエラーを修正するにはどうすればいいでしょうか?

関連情報