schell / steeloverseer

A file watcher and development tool.
BSD 3-Clause "New" or "Revised" License
128 stars 15 forks source link

`commitBuffer: invalid argument (invalid character)` warning #50

Open peterbecich opened 1 year ago

peterbecich commented 1 year ago
Success <stdout>: commitBuffer: invalid argument (invalid character)

prints after every command execution.

Looking at locale: https://github.com/commercialhaskell/stack/issues/793#issuecomment-131271478

peterbecich commented 1 year ago

Appears to fix it

export LANG=C.UTF-8