lunarmodules / luassert

Assertion library for Lua
MIT License
202 stars 77 forks source link

Fixes for using luassert with debugger #132

Closed o-lim closed 8 years ago

o-lim commented 8 years ago

When debugging with a remote debugger, io.stdout is not a file, but a table. This causes isatty to fail. Hence, before calling isatty, make sure io.stdout is a file.