Skip to content
Snippets Groups Projects
Commit cdeca2d3 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov Committed by Yaroslav Dynnikov
Browse files

refactor: name builtin vshard sources

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'
```
parent fcb27088
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment