mirror of https://github.com/Hilbis/Hilbish
chore: add comment for reason of unreading byte
parent
48ab7c13ac
commit
f94d7ac81f
|
@ -65,6 +65,7 @@ func DoFile(rtm *rt.Runtime, path string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// unread so a char won't be missing
|
||||
err = reader.UnreadByte()
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue