Commit Graph
1 Commits
Author SHA1 Message Date
Gavin Schulz 7048facaa4 fix: skip wrenInterpret call when REPL input is empty line
Add a strcmp check against "\n" before invoking wrenInterpret in the
runRepl function, preventing an unnecessary interpretation attempt and
potential error handling for blank user input.
2015-01-03 19:25:10 +00:00