This commit is contained in:
ParticleG
2024-11-02 22:12:58 +08:00
parent 486e88e7bc
commit 4bbf77b217

View File

@@ -35,6 +35,7 @@ while true do
while getCHN:getCount()>0 do print('getCHN count:', getCHN:getCount()); getCHN:pop() end while getCHN:getCount()>0 do print('getCHN count:', getCHN:getCount()); getCHN:pop() end
print('Clipboard:', data) print('Clipboard:', data)
getCHN:push(data) getCHN:push(data)
print('Pushed clipboard data')
retrieving=false retrieving=false
end, end,
function(id,error) print(id, error) end, function(id,error) print(id, error) end,