Skip to content

Commit 4747fcc

Browse files
author
Polite Kiwi
authored
Update README.md
1 parent 6445d27 commit 4747fcc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,13 @@ testdll() -> Loaded successfully!
123123

124124
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!
125125

126-
For example, <br>
127-
>\>. <br>
128-
>(Syntax) | Stack Top: 1 | TTY | [string "."]:1: unexpected symbol near '.' <br>
126+
For example,
127+
> $luaw res/testing.lua
128+
> (Runtime) | Stack Top: 1 | res/testing.lua:18: attempt to call a nil value (fie
129+
> ld 'whatever')
130+
> \-\-
131+
> stack traceback:
132+
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;res/testing.lua:18: in main chunk
129133
130134
# Using with LuaRocks
131135
[Windows MinGW](https://github.com/Hydroque/LuaConsole/wiki/LuaRocks-Support-Windows-MinGW)

0 commit comments

Comments
 (0)