PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org
MIT License
367 stars 22 forks source link

io.contents discrepancy on Windows #914

Closed Sainan closed 2 months ago

Sainan commented 2 months ago

When a file is empty, io.contents return no value instead of an empty string, which it should only do when the file doesn't exist.