Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

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

Merged
thelindat merged 1 commit intooverextended:masterfrom
vrnagy:patch-1
Oct 15, 2022
Merged

fix(logger): Fix bad argument #2 to strsplit#125
thelindat merged 1 commit intooverextended:masterfrom
vrnagy:patch-1

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants