[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [BUG]Wrong line number In lua 5.4(work 2)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 10 Jul 2018 14:34:47 -0300
> local b = true
>
> if not b then
> return
> end
>
> error 'test'
>
>
> The line number in the error message is 5, but it should be 7.
How did you find this bug?
-- Roberto