From b894fabdae03c0256e53b49638d1dc3b295cdcfa Mon Sep 17 00:00:00 2001 From: boatbomber Date: Mon, 12 Feb 2024 15:14:21 -0800 Subject: [PATCH] Error level for label req Co-authored-by: Micah --- plugin/src/Timer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/Timer.lua b/plugin/src/Timer.lua index f051bd68d..15d18f078 100644 --- a/plugin/src/Timer.lua +++ b/plugin/src/Timer.lua @@ -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