Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(logger): Fix bad argument #2 to strsplit #125

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

vrnagy
Copy link
Contributor

@vrnagy vrnagy commented Oct 14, 2022

Only Loki logging was affected. When no tags were given and the source is console the convertDDTagsToKVP break because of the nil value.

[ script:ox_inventory] SCRIPT ERROR: @ox_lib/logger/server.lua:103: bad argument #2 to 'strsplit' (string expected, got nil)

Only Loki logging was affected. When no tags were given and the source is console the convertDDTagsToKVP break because of the nil value.
```
[ script:ox_inventory] SCRIPT ERROR: @ox_lib/logger/server.lua:103: bad argument overextended#2 to 'strsplit' (string expected, got nil)
```
@thelindat thelindat merged commit a4d553c into overextended:master Oct 15, 2022
@vrnagy vrnagy deleted the patch-1 branch October 25, 2022 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants