[Suggestion] ox print in cron
Opened this issue · 0 comments
artur-michalak commented
Is your feature request related to a problem? Please describe.
Ox_lib has a cool console printing mechanism. Maybe it would be useful to use lib.print.debug in Cron as a default debug mechanism?
Describe the solution you'd like
Use in Cron lib.print.debug when no debug parameter is specified.
Additional context
It might also be worth adding an export on the resourcePrintLevel
.
ox_lib/imports/print/shared.lua
Line 18 in 0133479