Skip to content
Snippets Groups Projects
Yaroslav Dynnikov's avatar
Yaroslav Dynnikov authored
It produces better error messages.

Before this commit:

```
tarantool> vshard.router.call()
---
- error: '[string "local log = require(''log'')..."]:575: attempt to
    compare number with nil'
...
```

With this commit:

```
- error: 'vshard/router/init.lua:575: attempt to compare number with
    nil'
```
cdeca2d3
History
Name Last commit Last update