Skip to content

Commit

Permalink
Fix so ldoc still works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexela committed Jun 4, 2022
1 parent c6bc92e commit c9fd865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .publish/prepackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ ldoc -ic doc/config.ld -l doc -s doc stdlib
echo ''
luacheck ./stdlib

echo ''
busted .
# echo ''
# busted .
2 changes: 1 addition & 1 deletion stdlib/event/event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ end

-- TODO complete stub
function Event.raise_event(...)
script.raise_event(...) ---@diagnostic disable-line
script.raise_event(...)
end

--- Get event handler.
Expand Down
1 change: 0 additions & 1 deletion stdlib/utils/defines/color_list.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--- @type table<string, Color>
return {
darkgray = { r = 0.6627, g = 0.6627, b = 0.6627, a = 1 },
aliceblue = { r = 0.9412, g = 0.9725, b = 1.0000, a = 1 },
Expand Down

0 comments on commit c9fd865

Please sign in to comment.