Skip to content

Commit

Permalink
annotation troubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fikin committed Jan 2, 2024
1 parent fe4db1b commit 6a378f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua_modules/vetinari-clock/lua/vetinari-clock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ local function main(typeOfClock)
trueOnNCall = trueOnNCall
}
else
assert("expected 'silent' or 'loud' clock type but given " .. typeOfClock)
error("expected 'silent' or 'loud' clock type but found " .. typeOfClock)
end
end

Expand Down

0 comments on commit 6a378f2

Please sign in to comment.