fixed eof not clearing on input
This commit is contained in:
@ -22,6 +22,7 @@ namespace fsh {
|
||||
else {
|
||||
run(in, out, args);
|
||||
}
|
||||
in.clear();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user