Skip to content

Commit

Permalink
chore: remove test command
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Jul 19, 2024
1 parent ab4cb0f commit 287334d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .hilbishrc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,3 @@ end)
bait.catch('hilbish.notification', function(notif)
doNotifyPrompt()
end)

local commander = require 'commander'
commander.register('loop', function()
while true do
-- nothing
end
end)

0 comments on commit 287334d

Please sign in to comment.