Skip to content

Commit

Permalink
Error level for label req
Browse files Browse the repository at this point in the history
Co-authored-by: Micah <[email protected]>
  • Loading branch information
boatbomber and Dekkonot authored Feb 12, 2024
1 parent 4041985 commit b894fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/Timer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local Timer = {
function Timer._start(label)
local start = clock()
if not label then
error("[Rojo-Timer] Timer.start: label is required")
error("[Rojo-Timer] Timer.start: label is required", 2)
return
end

Expand Down

0 comments on commit b894fab

Please sign in to comment.