mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 13:03:22 +00:00
chore: add comment for reason of unreading byte
This commit is contained in:
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…
x
Reference in New Issue
Block a user