fixed eof not clearing on input

This commit is contained in:
2024-12-06 17:34:31 +01:00
parent 770c8dcc4d
commit 8fa3c3d35a

View File

@ -22,6 +22,7 @@ namespace fsh {
else {
run(in, out, args);
}
in.clear();
}
}