mirror of https://github.com/Hilbis/Hilbish
chore: remove test command
parent
ab4cb0fb54
commit
287334db74
|
@ -47,10 +47,3 @@ end)
|
||||||
bait.catch('hilbish.notification', function(notif)
|
bait.catch('hilbish.notification', function(notif)
|
||||||
doNotifyPrompt()
|
doNotifyPrompt()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local commander = require 'commander'
|
|
||||||
commander.register('loop', function()
|
|
||||||
while true do
|
|
||||||
-- nothing
|
|
||||||
end
|
|
||||||
end)
|
|
||||||
|
|
Loading…
Reference in New Issue