Skip to content

Commit

Permalink
refactor(init): use lib.print.info
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 1, 2024
1 parent e63bad5 commit 868eeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ end

function shared.print(...) print(string.strjoin(' ', ...)) end

function shared.info(...) shared.print('^2[info]^7', ...) end
function shared.info(...) lib.print.info(string.strjoin(' ', ...)) end

---Throws a formatted type error.
---```lua
Expand Down

0 comments on commit 868eeb3

Please sign in to comment.