lune icon indicating copy to clipboard operation
lune copied to clipboard

Source file is being included in error messages instead of only stack trace

Open filiptibell opened this issue 7 months ago • 0 comments

Example:

[string "Lists.spec"]:201: attempt to index boolean with 'match'
[Stack Begin]
    Script 'Lists.spec', Line 201
    Script 'Lists.luau', Line 400
    Script 'Lists.luau', Line 333
    ...
[Stack End]

Including the source file on the first line with the message here is redundant, and makes the error message more difficult to read. In previous versions of Lune this was stripped away but it seems like this is no longer the case.

filiptibell avatar Jun 26 '24 10:06 filiptibell