lunarmodules / luassert

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

Fix TTY detection #136

Closed o-lim closed 8 years ago

o-lim commented 8 years ago

This fixes an error in the way term.isatty is called. If the term module is not present, then term.isatty will trigger an error. So we have to make sure that the call to require 'term' succeeded before using term.