From 4747fccb644ef06bfae7169287fb346665229a57 Mon Sep 17 00:00:00 2001 From: Polite Kiwi Date: Fri, 5 Jan 2018 14:03:19 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 480d304..bfaf63f 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,13 @@ testdll() -> Loaded successfully! Added very comprehensive error feedback, which tells you about the stack (stack dumps, too, if not just the error is on the stack), the type of error (syntax/runtime), and the regular lua feedback string with the line number sammich'd between two colons. Now with file name! -For example,
->\>.
->(Syntax) | Stack Top: 1 | TTY | [string "."]:1: unexpected symbol near '.'
+For example, +> $luaw res/testing.lua +> (Runtime) | Stack Top: 1 | res/testing.lua:18: attempt to call a nil value (fie +> ld 'whatever') +> \-\- +> stack traceback: +>         res/testing.lua:18: in main chunk # Using with LuaRocks [Windows MinGW](https://github.com/Hydroque/LuaConsole/wiki/LuaRocks-Support-Windows-MinGW)